File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 3
3
<h1 class =" pricing-title" >选择适合您的版本</h1 >
4
4
<p class =" pricing-subtitle" >
5
5
此仓库作为模板库公开,任何个人或企业均可自由使用!<br >
6
- 专业版是社区共建计划的一部分,您的支持将加速功能升级,推动全社区技术架构演进
6
+ <span style =" color : #fd7600 ;" >
7
+ 专业版是社区共建计划的一部分,您的支持将加速功能升级,推动全社区技术架构演进
8
+ </span >
7
9
</p >
8
10
<div class =" pricing-cards" >
9
11
<!-- 开源版 -->
24
26
</ul >
25
27
</div >
26
28
<button class =" cta-button"
27
- @click =" openSponsorLink('/fastapi_best_architecture_docs/backend/summary/quick-start.html')" >
28
- 立即使用
29
+ @click =" openSponsorLink('/fastapi_best_architecture_docs/backend/summary/quick-start.html')" >立即使用
29
30
</button >
30
31
</div >
31
32
51
52
</li >
52
53
</ul >
53
54
</div >
54
- <button class =" cta-button primary" @click =" openSponsorLink(sponsorUrl)" >立即购买</button >
55
+ <button class =" cta-button primary"
56
+ @click =" openSponsorLink('/fastapi_best_architecture_docs/planet.html')" >立即购买
57
+ </button >
55
58
</div >
56
59
57
60
<!-- 企业版 -->
83
86
84
87
<script setup>
85
88
import { plans } from " ../data/price" ;
86
- import { openSponsorLink , sponsorUrl } from " ../data/sponsors" ;
89
+ import { openSponsorLink } from " ../data/sponsors" ;
87
90
</script >
88
91
89
92
<style scoped>
90
93
.pricing-subtitle {
91
94
text-align : center ;
92
95
margin-bottom : 3rem ;
93
- color : #fd7600 ;
94
96
}
95
97
96
98
.pricing-container {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const plans = {
7
7
'全部基础功能' ,
8
8
'全量架构源码' ,
9
9
'社区支持' ,
10
- 'MIT许可证 ' ,
10
+ 'MIT 许可证 ' ,
11
11
'自由商用' ,
12
12
'无需保留版权' ,
13
13
'无需保留许可声明' ,
@@ -25,6 +25,8 @@ export const plans = {
25
25
} ,
26
26
features : [
27
27
'所有开源版功能' ,
28
+ 'Discord 身份标签' ,
29
+ 'Discord 专属频道' ,
28
30
'优先支持' ,
29
31
'一对一指导' ,
30
32
'远程支持' ,
@@ -41,6 +43,7 @@ export const plans = {
41
43
} ,
42
44
features : [
43
45
'所有专业版功能' ,
46
+ '专属企业群组'
44
47
]
45
48
}
46
49
}
You can’t perform that action at this time.
0 commit comments