Skip to content

Commit 179032f

Browse files
committed
update docs
1 parent 62c46dc commit 179032f

File tree

6 files changed

+38
-44
lines changed

6 files changed

+38
-44
lines changed

docs/.vuepress/components/Pricing.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="pricing-container">
33
<h1 class="pricing-title">选择适合您的版本</h1>
44
<p class="pricing-subtitle">
5-
所有版本均无商业授权性质<br>
5+
所有版本均无需商业授权<br>
66
<span style="color: #fd7600;">
77
此仓库作为模板库公开,任何个人或企业均可自由使用!
88
</span>
@@ -62,7 +62,7 @@
6262
<p class="card-description">{{ plans.enterprise.description }}</p>
6363
</div>
6464
<div class="price-section">
65-
<div class="current-price">{{ plans.enterprise.price.current }} <span class="billing-cycle">/ 年</span>
65+
<div class="current-price">{{ plans.enterprise.price.current }} <span class="billing-cycle"></span>
6666
</div>
6767
<div v-if="plans.enterprise.price.original" class="original-price">
6868
<del>{{ plans.enterprise.price.original }}</del>

docs/.vuepress/data/price.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ export const plans = {
55
features: [
66
'全部基础功能',
77
'全量架构源码',
8-
'社区支持',
98
'MIT 许可证',
9+
'Discord 社区',
1010
'自由商用',
11+
'自主部署',
1112
'无需保留版权',
1213
'无需保留许可声明',
13-
'自主部署',
1414
'部分文档访问',
1515
'部分插件源码'
1616
]
@@ -20,29 +20,29 @@ export const plans = {
2020
description: '专业开发者的得力助手',
2121
price: {
2222
current: '¥99',
23-
original: '¥1999'
23+
original: '¥999'
2424
},
2525
features: [
2626
'所有开源版功能',
2727
'所有文档访问',
2828
'所有官方插件源码',
2929
'Discord 身份标签',
3030
'Discord 专属频道',
31-
'一对一指导',
31+
'部署指导',
3232
'优先支持',
33-
'远程支持'
3433
]
3534
},
3635
enterprise: {
3736
title: '企业版',
3837
description: '为团队与大规模项目而生',
3938
price: {
4039
current: '¥xxxx',
41-
original: '¥xxxx'
40+
original: '¥1999'
4241
},
4342
features: [
4443
'所有专业版功能',
45-
'专属企业群组'
44+
'专属企业群组',
45+
'远程支持'
4646
]
4747
}
4848
}

docs/.vuepress/navbar.ts

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineNavbarConfig } from "vuepress-theme-plume";
22

33
export const myNavbar = defineNavbarConfig([
44
{
5-
text: '前端(在线体验)',
5+
text: '前端',
66
items: [
77
{
88
text: '线上演示',
@@ -121,6 +121,19 @@ export const myNavbar = defineNavbarConfig([
121121
badge: { text: 'HOT', type: 'danger' },
122122
link: '/group'
123123
},
124+
{
125+
text: '战略合作',
126+
items: [
127+
{
128+
text: 'Kinit',
129+
link: 'https://gitee.com/ktianc/kinit'
130+
},
131+
// {
132+
// text: 'dvadmin3',
133+
// link: 'https://django-vue-admin.com/'
134+
// },
135+
]
136+
},
124137
{
125138
text: '关于',
126139
items: [

docs/backend/deploy/legacy.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@
22
title: 传统部署
33
---
44

5-
::: info
6-
当前 FastAPI Best Architecture 线上服务器资源有限,使用【Docker + 传统】的方案进行部署,尽可能避免服务器内存溢出导致的服务中断
7-
:::
8-
95
::: tip
10-
由于传统部署方案涉及修改的地方较多且较为复杂,因此无法提供此部署教程。查看我们的 [授权方案](../../pricing.md)获取一对一指导和远程支持
6+
由于传统部署涉及修改的地方较多且较为复杂,因此无法提供此部署教程。请查看 [购买特权](../../pricing.md)获取部署指导
117
:::
128

139
::: note
14-
远程支持开始前,请准备:
10+
部署指导开始前,请准备:
1511

1612
- [x] 大于等于 2C2G 云服务器一台
1713
- [x] 已安装 Docker 和 docker-compose

docs/backend/summary/intro.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@ mvc 架构作为常规设计模式,在 python web 中很常见,但是三层
2020
| 数据访问 | dao / mapper | crud |
2121
| 模型 | entity | model |
2222

23-
## 微服务架构
24-
25-
fba 不提供且永不提供此架构模式,fba 将所有服务整合在 [backend/app](#项目结构)
26-
目录下,以不同的文件夹进行区分。如果您是一名微服务架构粉丝,我们推荐您使用 [kinit](https://gitee.com/ktianc/kinit)
27-
,它完全遵循微服务架构理念进行设计,并且拥有大量的社区用户
28-
29-
::: note
30-
此推荐无任何商业性质,一切都基于我们对 kinit 的欣赏,希望作者能尽快发行新版本,让我们一起期待吧 🤗
31-
:::
32-
3323
## 特性
3424

3525
- [x] 全局 FastAPI PEP 593 Annotated 参数风格

docs/sponsors.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: 成为 fba 的赞助者
33
---
44

55
::: note 用爱发电,回馈开源
6-
fba 是一款基于 FastAPI 框架的后端架构解决方案,遵循伪三层架构设计,支持 Python 3.10 及以上版本。自 2023/04/07
7-
启,我们一直致力于持续更新和维护,为此,我们投入了大量的时间和无限的热爱
6+
fba 是一款基于 FastAPI 框架的后端架构解决方案,遵循伪三层架构设计,支持 Python 3.10 及以上版本。
7+
8+
自 2023/04/07 启,我们一直致力于持续更新和维护,为此,我们投入了大量的时间和无限的热爱
89
:::
910

1011
## 荣誉赞助
@@ -21,25 +22,19 @@ font-family: sans-serif;
2122
text-decoration: none;
2223
border: 1px solid #5D3408;
2324
display: inline-block;
24-
">来杯 ☕</a>
25-
26-
::: info
27-
我在 Linux Do 发了一篇主题:[FastAPI 最佳架构](https://linux.do/t/topic/470425?u=wu-clan)
28-
29-
欢迎社区大佬们进行点评,如果您觉得项目还不错,请赞助主题一颗小心心吧 <Icon name="twemoji:sparkling-heart" />
30-
:::
25+
">来杯卡布奇诺 ☕</a>
3126

3227
## 有偿赞助
3328

3429
您可以加入我们创建的【知识星球】,获取星球内提供的 [独家内容](./planet.md)
3530

36-
此外,加入 Discord 社区,我们会为您添加 Discord 身份标签,以便您可以查看专属频道
31+
此外,加入 Discord 社区,我们会为您添加 Discord 身份标签,以便您可以获得优先支持
3732

3833
::: caution
3934
我们不保证星球内容的更新频率,您可以依据 [知识星球退款规则](https://support.zsxq.com/refundRules.html) 进行全额退款
4035
:::
4136

42-
## 展位赞助商 <Badge text="New"/>
37+
## 展位赞助商
4338

4439
您可以通过 [作者主页](https://wu-clan.github.io/homepage/) 内任意联系方式就展位的详细事宜与 fba 作者进行沟通
4540

@@ -59,7 +54,7 @@ display: inline-block;
5954
<tr>
6055
<td><strong>独家展位</strong></td>
6156
<td>1</td>
62-
<td>联系作者</td>
57+
<td>199 / 月</td>
6358
<td>买一送一</td>
6459
<td>
6560
- 首页独家展示位<br>
@@ -77,7 +72,7 @@ display: inline-block;
7772
<tr>
7873
<td><strong>特别展位</strong></td>
7974
<td>3</td>
80-
<td>联系作者</td>
75+
<td>99 / 月</td>
8176
<td>买一送一</td>
8277
<td>
8378
- 首页信息展播展示位<br>
@@ -88,7 +83,7 @@ display: inline-block;
8883
<tr>
8984
<td><strong>普通展位</strong></td>
9085
<td>6</td>
91-
<td>联系作者</td>
86+
<td>39 / 月</td>
9287
<td>无</td>
9388
<td>
9489
- 首页滚动展示位<br>
@@ -106,14 +101,13 @@ display: inline-block;
106101
<td colspan="6" style="text-align: center">
107102
<strong>访问统计:</strong>
108103
<a href="https://eu.umami.is/share/Qr55K5Uczo4dKwdQ/fastapi-practices.github.io">点击查看</a>
109-
(我们可以向您提供“百度统计”)
110104
</td>
111105
</tr>
112106

113107
</tbody>
114108
</table>
115109

116-
::: tip
110+
::: caution
117111
展位转化效果可能因市场环境、受众行为等多种因素影响,我们无法保证确切的转化结果
118112
:::
119113

@@ -138,5 +132,6 @@ xxx 商品名称
138132
## 注意事项
139133

140134
> [!CAUTION]
141-
> 感谢您对我们的支持与慷慨赞助!由于当前所有赞助均为自愿支持性质,我们暂时无法为您提供发票开具服务,对此带来的不便深表歉意。您的每一份支持都是我们持续前进的动力,
142-
> 期待未来能以更完善的方式回馈您的信任。若需进一步沟通,欢迎随时联系
135+
> 由于当前所有赞助均为自愿支持性质,我们暂时无法为您提供发票开具服务,对此带来的不便深表歉意。
136+
>
137+
> 您的每一份支持都是我们持续前进的动力,期待未来能以更完善的方式回馈您的信任。若需进一步沟通,欢迎随时联系

0 commit comments

Comments
 (0)