Skip to content

Commit 8cafce7

Browse files
committed
update docs
1 parent 4814142 commit 8cafce7

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

docs/.vuepress/components/Price.vue

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<h1 class="pricing-title">选择适合您的版本</h1>
44
<p class="pricing-subtitle">
55
此仓库作为模板库公开,任何个人或企业均可自由使用!<br>
6-
专业版是社区共建计划的一部分,您的支持将加速功能升级,推动全社区技术架构演进
6+
<span style="color: #fd7600;">
7+
专业版是社区共建计划的一部分,您的支持将加速功能升级,推动全社区技术架构演进
8+
</span>
79
</p>
810
<div class="pricing-cards">
911
<!-- 开源版 -->
@@ -24,8 +26,7 @@
2426
</ul>
2527
</div>
2628
<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')">立即使用
2930
</button>
3031
</div>
3132

@@ -51,7 +52,9 @@
5152
</li>
5253
</ul>
5354
</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>
5558
</div>
5659

5760
<!-- 企业版 -->
@@ -83,14 +86,13 @@
8386

8487
<script setup>
8588
import { plans } from "../data/price";
86-
import { openSponsorLink, sponsorUrl } from "../data/sponsors";
89+
import { openSponsorLink } from "../data/sponsors";
8790
</script>
8891

8992
<style scoped>
9093
.pricing-subtitle {
9194
text-align: center;
9295
margin-bottom: 3rem;
93-
color: #fd7600;
9496
}
9597
9698
.pricing-container {

docs/.vuepress/data/price.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const plans = {
77
'全部基础功能',
88
'全量架构源码',
99
'社区支持',
10-
'MIT许可证',
10+
'MIT 许可证',
1111
'自由商用',
1212
'无需保留版权',
1313
'无需保留许可声明',
@@ -25,6 +25,8 @@ export const plans = {
2525
},
2626
features: [
2727
'所有开源版功能',
28+
'Discord 身份标签',
29+
'Discord 专属频道',
2830
'优先支持',
2931
'一对一指导',
3032
'远程支持',
@@ -41,6 +43,7 @@ export const plans = {
4143
},
4244
features: [
4345
'所有专业版功能',
46+
'专属企业群组'
4447
]
4548
}
4649
}

0 commit comments

Comments
 (0)