File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 14
14
<p class =" card-description" >{{ plans.openSource.description }}</p >
15
15
</div >
16
16
<div class =" price-section" >
17
- <div class =" current-price" >{{ plans.openSource.price.current }} <span class =" billing-cycle" >/ 年</span >
18
- </div >
19
- <div v-if =" plans.openSource.price.original" class =" original-price" >
20
- <del >{{ plans.openSource.price.original }}</del >
21
- </div >
17
+ <div class =" current-price" style =" margin-bottom : 59px " >免费</div >
22
18
</div >
23
19
<ul class =" features-list" >
24
20
<li v-for =" (feature, index) in plans.openSource.features" :key =" index" >
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ export const plans = {
3
3
openSource : {
4
4
title : '开源版' ,
5
5
description : '适合个人开发者和小型项目' ,
6
- price : {
7
- current : '¥0' ,
8
- original : '¥0'
9
- } ,
10
6
features : [
11
7
'全部基础功能' ,
12
8
'全量架构源码' ,
You can’t perform that action at this time.
0 commit comments