File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import {defineNavbarConfig} from "vuepress-theme-plume";
3
3
export const myNavbar = defineNavbarConfig ( [
4
4
{
5
5
text : 'UI 效果' ,
6
- items :[
6
+ items : [
7
7
{
8
8
text : 'Git 仓库' ,
9
9
icon : 'mdi:git' ,
@@ -61,7 +61,7 @@ export const myNavbar = defineNavbarConfig([
61
61
link : '/plugin/before'
62
62
} ,
63
63
{
64
- text : '购买授权 ' ,
64
+ text : '授权 ' ,
65
65
icon : 'fluent:person-key-20-filled' ,
66
66
link : '/guide/summary/why.md#承诺'
67
67
} ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ title: 插件开发
43
43
- backend fba 目录
44
44
- plugin fba 目录
45
45
- xxx 插件名
46
- - api/ 接口,务必查看下方【插件接口附加说明 】
46
+ - api/ 接口,务必查看下方【插件接口 】
47
47
- crud/ CRUD
48
48
- model 模型
49
49
- \_\_ init__ .py 必须在此文件内导入所有模型类
Original file line number Diff line number Diff line change @@ -25,16 +25,24 @@ title: 插件市场
25
25
这些插件由 fba 开发人员提供和维护
26
26
27
27
<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>
30
30
<span>
31
31
<Badge type="info" text="free" />
32
32
<Badge type="tip" text="fba" />
33
33
<Badge text="app-extra" color="#59C7DD"/>
34
34
</span>
35
35
</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>
38
46
<span>
39
47
<Badge type="info" text="free" />
40
48
<Badge type="tip" text="fba" />
You can’t perform that action at this time.
0 commit comments