Skip to content

Commit 7eedd34

Browse files
committed
update docs
1 parent 0be254c commit 7eedd34

File tree

3 files changed

+43
-10
lines changed

3 files changed

+43
-10
lines changed

docs/.vuepress/styles/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@
4444
.swiper-slide-custom-container {
4545
/* 轮播图边框 */
4646
border: 1px solid rgb(177 177 177 / 66%) !important;
47+
color: #ed00b2;
4748
}

docs/group.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22
title: 社区
33
---
44

5-
您可以通过 [个人主页](https://wu-clan.github.io/homepage/) 中的任意联系方式与我互动
5+
您可以通过此链接 [null](https://wu-clan.github.io/homepage/) 中的任意联系方式与 fba 作者互动
66

77
## Discord
88

99
Discord 社区是我们唯一的官方交流平台,这是一个充满活力的开源社区群组,欢迎来自全球的开发者、爱好者和用户。在这里,
10-
大家可以自由分享想法、讨论技术、协作项目,或是获取最新的更新与支持。加入我们,一起参与这场开源旅程吧
10+
大家可以自由分享想法、讨论技术、协作项目,或是获取最新的更新与支持。加入我们,一起参与这场开源之旅吧
1111

1212
<div align="center">
1313
<p><a href="https://discord.com/invite/yNN3wTbVAC">Python 开发交流社区</a></p>
1414
<iframe src="https://discord.com/widget?id=1185035164577972344&theme=light" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
1515
</div>
16+
17+
## Telegram
18+
19+
账号不易管理,已弃用并销毁
20+
21+
## 微信群聊
22+
23+
邀请二维码限制且不易管理,已弃用并销毁

docs/plugin/market.md

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,59 @@ title: 插件市场
1212
- <Badge type="info" text="free" /> - 免费插件
1313
- <Badge type="danger" text="pay" /> - 付费插件
1414
- <Badge type="tip" text="fba" /> - 仅后端代码插件
15-
- <Badge text="fba_ui" color="#c178ec"/> - 包含前端 [fastapi_best_architecture_ui](https://github.com/fastapi-practices/fastapi_best_architecture_ui) 代码插件 <Badge type="warning" text="暂无此计划" />
15+
- <Badge text="fba_ui" color="#8e5cd9" bg-color="rgba(159, 122, 234, 0.16)"/> - 包含前端 [fastapi_best_architecture_ui](https://github.com/fastapi-practices/fastapi_best_architecture_ui) 代码插件 <Badge type="warning" text="暂无此计划" />
1616
- <Badge text="app" color="#ff9900"/> - 应用级插件
1717
- <Badge text="extra" color="#11aa00"/> - 扩展级插件
1818

1919
:::
2020

21-
## 官方
21+
## 内置
22+
23+
这些插件由 fba 内置
2224

23-
这些插件由 fba 开发人员提供和维护
2425

2526
<CardGrid>
2627
<Card icon="fe:notice-active" title="通知公告">
27-
<p style="color: #898989;">【内置】添加通知公告功能</p>
28+
<p style="color: #898989;">发布系统内部通知、公告</p>
29+
<span>
30+
<Badge type="info" text="free" />
31+
<Badge type="tip" text="fba" />
32+
<Badge text="extra" color="#11aa00"/>
33+
</span>
34+
</Card>
35+
<Card icon="charm:shield-keyhole" title="Casbin-RBAC">
36+
<p style="color: #898989;">基于 Casbin 实现的 RBAC 权限</p>
37+
<span>
38+
<Badge type="info" text="free" />
39+
<Badge type="tip" text="fba" />
40+
<Badge text="extra" color="#11aa00"/>
41+
</span>
42+
</Card>
43+
<Card icon="icon-park-outline:config" title="参数配置">
44+
<p style="color: #898989;">通常用于前端工程数据展示</p>
2845
<span>
2946
<Badge type="info" text="free" />
3047
<Badge type="tip" text="fba" />
3148
<Badge text="extra" color="#11aa00"/>
3249
</span>
3350
</Card>
34-
<Card icon="solar:user-check-bold" title="Casbin-RBAC">
35-
<p style="color: #898989;">【内置】添加基于 Casbin 实现的 RBAC 权限</p>
51+
<Card icon="fluent-mdl2:dictionary" title="数据字典">
52+
<p style="color: #898989;">通常用于前端工程数据展示</p>
3653
<span>
3754
<Badge type="info" text="free" />
3855
<Badge type="tip" text="fba" />
3956
<Badge text="extra" color="#11aa00"/>
4057
</span>
4158
</Card>
59+
</CardGrid>
60+
61+
## 官方
62+
63+
这些插件由 fba 开发人员提供和维护
64+
65+
<CardGrid>
4266
<LinkCard icon="ant-design:aliyun-outlined" title="阿里云 oss" href="https://github.com/fastapi-practices/fba_aliyun_oss">
43-
<p style="color: #898989;">添加阿里云 oss 上传文件功能</p>
67+
<p style="color: #898989;">阿里云 oss 文件上传</p>
4468
<span>
4569
<Badge type="info" text="free" />
4670
<Badge type="tip" text="fba" />
@@ -54,7 +78,7 @@ title: 插件市场
5478
这些插件由社区中的开发者提供和维护
5579

5680
<CardGrid>
57-
<Card title="">
81+
<Card title="">
5882
</Card>
5983
</CardGrid>
6084

0 commit comments

Comments
 (0)