Skip to content

Commit f7dc67f

Browse files
committed
update docs
1 parent 8a8ed6a commit f7dc67f

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

docs/.vuepress/components/Pricing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</li>
7676
</ul>
7777
</div>
78-
<button class="cta-button">无此方案</button>
78+
<button class="cta-button" style="color: #fd7600 !important;">无此方案</button>
7979
</div>
8080
</div>
8181
</div>

docs/.vuepress/data/price.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const plans = {
77
'全量架构源码',
88
'MIT 许可证',
99
'Discord 社区',
10-
'自由商用',
10+
'自由使用',
1111
'自主部署',
1212
'无需保留版权',
1313
'无需保留许可声明',
@@ -20,24 +20,24 @@ export const plans = {
2020
description: '专业开发者的得力助手',
2121
price: {
2222
current: '¥99',
23-
original: '¥999'
23+
original: '¥1999'
2424
},
2525
features: [
2626
'所有开源版功能',
2727
'所有文档访问',
2828
'所有官方插件源码',
2929
'Discord 身份标签',
3030
'Discord 专属频道',
31-
'部署指导',
3231
'优先支持',
32+
'部署指导',
3333
]
3434
},
3535
enterprise: {
3636
title: '企业版',
3737
description: '为团队与大规模项目而生',
3838
price: {
3939
current: '¥xxxx',
40-
original: '¥1999'
40+
original: '¥19999'
4141
},
4242
features: [
4343
'所有专业版功能',

docs/backend/summary/fsm.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ title: 精简版本
44

55
FastAPI 最佳架构精简版的目标是仅保留最最最简单得架构
66

7-
<RepoCard repo="fastapi-practices/fastapi_sqlalchemy_mysql" />
8-
9-
<RepoCard repo="fastapi-practices/fastapi_tortoise_mysql" />
10-
117
::: warning
128
精简版的更新速度并不同步,我们目前正在积极寻找维护人员
13-
:::
9+
:::
10+
11+
<RepoCard repo="fastapi-practices/fastapi_sqlalchemy_mysql" />
12+
13+
<RepoCard repo="fastapi-practices/fastapi_tortoise_mysql" />

docs/backend/summary/why.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ import NpmBadge from 'vuepress-theme-plume/features/NpmBadge.vue'
99
> [!TIP]
1010
> 此仓库作为模板库公开,任何个人或企业均可自由使用!
1111
12-
::: note
13-
我们不会去对比任何其他架构,我们认为每个架构都有自己的特点,适用于不同的场景。
14-
15-
但 ==fba 绝对是开源架构中代码最干净,最规范且最令人赏心悦目的项目之一=={.note}
16-
:::
12+
> [!IMPORTANT]
13+
> 我们不会去对比任何其他架构,我们认为每个架构都有自己的特点,适用于不同的场景。
14+
>
15+
> 但 fba 绝对是开源架构中代码==最干净,最规范且最令人赏心悦目=={.note}的项目之一
1716
1817
## 目标
1918

0 commit comments

Comments
 (0)