File tree Expand file tree Collapse file tree 4 files changed +14
-15
lines changed Expand file tree Collapse file tree 4 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 75
75
</li >
76
76
</ul >
77
77
</div >
78
- <button class =" cta-button" >无此方案</button >
78
+ <button class =" cta-button" style = " color : #fd7600 !important ; " >无此方案</button >
79
79
</div >
80
80
</div >
81
81
</div >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const plans = {
7
7
'全量架构源码' ,
8
8
'MIT 许可证' ,
9
9
'Discord 社区' ,
10
- '自由商用 ' ,
10
+ '自由使用 ' ,
11
11
'自主部署' ,
12
12
'无需保留版权' ,
13
13
'无需保留许可声明' ,
@@ -20,24 +20,24 @@ export const plans = {
20
20
description : '专业开发者的得力助手' ,
21
21
price : {
22
22
current : '¥99' ,
23
- original : '¥999 '
23
+ original : '¥1999 '
24
24
} ,
25
25
features : [
26
26
'所有开源版功能' ,
27
27
'所有文档访问' ,
28
28
'所有官方插件源码' ,
29
29
'Discord 身份标签' ,
30
30
'Discord 专属频道' ,
31
- '部署指导' ,
32
31
'优先支持' ,
32
+ '部署指导' ,
33
33
]
34
34
} ,
35
35
enterprise : {
36
36
title : '企业版' ,
37
37
description : '为团队与大规模项目而生' ,
38
38
price : {
39
39
current : '¥xxxx' ,
40
- original : '¥1999 '
40
+ original : '¥19999 '
41
41
} ,
42
42
features : [
43
43
'所有专业版功能' ,
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ title: 精简版本
4
4
5
5
FastAPI 最佳架构精简版的目标是仅保留最最最简单得架构
6
6
7
- <RepoCard repo =" fastapi-practices/fastapi_sqlalchemy_mysql " />
8
-
9
- <RepoCard repo =" fastapi-practices/fastapi_tortoise_mysql " />
10
-
11
7
::: warning
12
8
精简版的更新速度并不同步,我们目前正在积极寻找维护人员
13
- :::
9
+ :::
10
+
11
+ <RepoCard repo =" fastapi-practices/fastapi_sqlalchemy_mysql " />
12
+
13
+ <RepoCard repo =" fastapi-practices/fastapi_tortoise_mysql " />
Original file line number Diff line number Diff line change @@ -9,11 +9,10 @@ import NpmBadge from 'vuepress-theme-plume/features/NpmBadge.vue'
9
9
> [ !TIP]
10
10
> 此仓库作为模板库公开,任何个人或企业均可自由使用!
11
11
12
- ::: note
13
- 我们不会去对比任何其他架构,我们认为每个架构都有自己的特点,适用于不同的场景。
14
-
15
- 但 ==fba 绝对是开源架构中代码最干净,最规范且最令人赏心悦目的项目之一=={.note}
16
- :::
12
+ > [ !IMPORTANT]
13
+ > 我们不会去对比任何其他架构,我们认为每个架构都有自己的特点,适用于不同的场景。
14
+ >
15
+ > 但 fba 绝对是开源架构中代码==最干净,最规范且最令人赏心悦目=={.note}的项目之一
17
16
18
17
## 目标
19
18
You can’t perform that action at this time.
0 commit comments