File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1414 <p class =" card-description" >{{ plans.openSource.description }}</p >
1515 </div >
1616 <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 >
2218 </div >
2319 <ul class =" features-list" >
2420 <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 = {
33 openSource : {
44 title : '开源版' ,
55 description : '适合个人开发者和小型项目' ,
6- price : {
7- current : '¥0' ,
8- original : '¥0'
9- } ,
106 features : [
117 '全部基础功能' ,
128 '全量架构源码' ,
You can’t perform that action at this time.
0 commit comments