Skip to content

Commit 4308b7d

Browse files
committed
update docs
1 parent a056749 commit 4308b7d

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

docs/.vuepress/navbar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {defineNavbarConfig} from "vuepress-theme-plume";
33
export const myNavbar = defineNavbarConfig([
44
{
55
text: 'UI 效果',
6-
items:[
6+
items: [
77
{
88
text: 'Git 仓库',
99
icon: 'mdi:git',
@@ -61,7 +61,7 @@ export const myNavbar = defineNavbarConfig([
6161
link: '/plugin/before'
6262
},
6363
{
64-
text: '购买授权',
64+
text: '授权',
6565
icon: 'fluent:person-key-20-filled',
6666
link: '/guide/summary/why.md#承诺'
6767
},

docs/plugin/dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ title: 插件开发
4343
- backend fba 目录
4444
- plugin fba 目录
4545
- xxx 插件名
46-
- api/ 接口,务必查看下方【插件接口附加说明
46+
- api/ 接口,务必查看下方【插件接口
4747
- crud/ CRUD
4848
- model 模型
4949
- \_\_init__.py 必须在此文件内导入所有模型类

docs/plugin/market.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,24 @@ title: 插件市场
2525
这些插件由 fba 开发人员提供和维护
2626

2727
<CardGrid>
28-
<LinkCard title="通知公告" href="https://discord.com/channels/1185035164577972344/1336557178437373984">
29-
<p>添加通知公告功能</p>
28+
<LinkCard icon="fe:notice-active" title="通知公告" href="https://discord.com/channels/1185035164577972344/1336557178437373984">
29+
<p style="color: #898989;">添加通知公告功能</p>
3030
<span>
3131
<Badge type="info" text="free" />
3232
<Badge type="tip" text="fba" />
3333
<Badge text="app-extra" color="#59C7DD"/>
3434
</span>
3535
</LinkCard>
36-
<LinkCard title="Casbin-RBAC" href="https://discord.com/channels/1185035164577972344/1340300371251302451">
37-
<p>添加基于 Casbin 实现的 RBAC 权限</p>
36+
<LinkCard icon="solar:user-check-bold" title="Casbin-RBAC" href="https://discord.com/channels/1185035164577972344/1340300371251302451">
37+
<p style="color: #898989;">添加基于 Casbin 实现的 RBAC 权限</p>
38+
<span>
39+
<Badge type="info" text="free" />
40+
<Badge type="tip" text="fba" />
41+
<Badge text="app-extra" color="#59C7DD"/>
42+
</span>
43+
</LinkCard>
44+
<LinkCard icon="ant-design:aliyun-outlined" title="阿里云 oss" href="https://discord.com/channels/1185035164577972344/1342478204400832593">
45+
<p style="color: #898989;">添加阿里云 oss 上传文件功能</p>
3846
<span>
3947
<Badge type="info" text="free" />
4048
<Badge type="tip" text="fba" />

0 commit comments

Comments
 (0)