@@ -5,39 +5,39 @@ export const pluginItems: PluginItem[] = [
5
5
icon : "fa6-regular:file-code" ,
6
6
title : "代码生成" ,
7
7
description : "生成通用业务代码(仅后端工程)" ,
8
- tags : [ "MySQL" , "PostgreSQL" , "fba" , "app "] ,
8
+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
9
9
githubUser : 'wu-clan' ,
10
10
priceLabel : "免费"
11
11
} ,
12
12
{
13
13
icon : "fe:notice-active" ,
14
14
title : "通知公告" ,
15
15
description : "发布系统内部通知、公告" ,
16
- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
16
+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
17
17
githubUser : 'wu-clan' ,
18
18
priceLabel : "免费"
19
19
} ,
20
20
{
21
21
icon : "fluent-mdl2:dictionary" ,
22
22
title : "数据字典" ,
23
23
description : "通常用于约束前端工程数据展示" ,
24
- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
24
+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
25
25
githubUser : 'wu-clan' ,
26
26
priceLabel : "免费"
27
27
} ,
28
28
{
29
29
icon : "icon-park-outline:config" ,
30
30
title : "参数配置" ,
31
31
description : "通常用于前端工程数据展示" ,
32
- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
32
+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
33
33
githubUser : 'wu-clan' ,
34
34
priceLabel : "免费"
35
35
} ,
36
36
{
37
37
icon : "charm:shield-keyhole" ,
38
38
title : "Casbin-RBAC" ,
39
39
description : "基于 Casbin 实现的 RBAC 权限" ,
40
- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
40
+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
41
41
link : "https://github.com/fastapi-practices/fba_casbin" ,
42
42
image : "https://avatars.githubusercontent.com/u/27810343?s=200&v=4" ,
43
43
githubUser : 'wu-clan' ,
@@ -47,7 +47,7 @@ export const pluginItems: PluginItem[] = [
47
47
icon : "streamline:ai-prompt-spark" ,
48
48
title : "MCP ChatGPT" ,
49
49
description : "带有 MCP 服务器调用的 AI 对话" ,
50
- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
50
+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
51
51
link : "https://github.com/fastapi-practices/fba_mcp" ,
52
52
image : "https://github.com/modelcontextprotocol/.github/raw/main/profile/assets/light.png" ,
53
53
githubUser : 'wu-clan' ,
@@ -57,7 +57,7 @@ export const pluginItems: PluginItem[] = [
57
57
icon : "ant-design:aliyun-outlined" ,
58
58
title : "阿里云 oss" ,
59
59
description : "阿里云 oss 文件上传" ,
60
- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
60
+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
61
61
link : "https://github.com/fastapi-practices/fba_aliyun_oss" ,
62
62
image : "https://img.alicdn.com/tfs/TB1Ly5oS3HqK1RjSZFPXXcwapXa-238-54.png" ,
63
63
githubUser : 'wu-clan' ,
@@ -67,7 +67,7 @@ export const pluginItems: PluginItem[] = [
67
67
icon : "material-symbols:token-outline" ,
68
68
title : "配置下发" ,
69
69
description : "将 env 等配置信息通过数据库进行管理" ,
70
- tags : [ "MySQL" , "fba" , "extra "] ,
70
+ tags : [ "MySQL" , "后端 " ] ,
71
71
link : "https://github.com/dividduang/option" ,
72
72
githubUser : 'dividduang' ,
73
73
priceLabel : "免费"
@@ -76,7 +76,7 @@ export const pluginItems: PluginItem[] = [
76
76
icon : "ant-design:wechat-work-outlined" ,
77
77
title : "企微 bot 定时任务" ,
78
78
description : "定时调用企业微信群聊机器人发送消息" ,
79
- tags : [ "MySQL" , "fba" , "extra "] ,
79
+ tags : [ "MySQL" , "后端 " ] ,
80
80
link : "https://github.com/dividduang/wecom-task" ,
81
81
image : "https://rescdn.qqmail.com/node/wework/images/Slice.d2258f37eb.png" ,
82
82
githubUser : 'dividduang' ,
@@ -86,7 +86,7 @@ export const pluginItems: PluginItem[] = [
86
86
icon : "ant-design:wechat-work-outlined" ,
87
87
title : "SSO" ,
88
88
description : "通过 Casdoor 实现 SSO 单点登录集成" ,
89
- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
89
+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
90
90
link : "/fastapi_best_architecture_docs/planet.html" ,
91
91
image : "https://casdoor.org/zh/img/casdoor.png" ,
92
92
githubUser : 'wu-clan' ,
0 commit comments