@@ -5,39 +5,39 @@ export const pluginItems: PluginItem[] = [
55 icon : "fa6-regular:file-code" ,
66 title : "代码生成" ,
77 description : "生成通用业务代码(仅后端工程)" ,
8- tags : [ "MySQL" , "PostgreSQL" , "fba" , "app "] ,
8+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
99 githubUser : 'wu-clan' ,
1010 priceLabel : "免费"
1111 } ,
1212 {
1313 icon : "fe:notice-active" ,
1414 title : "通知公告" ,
1515 description : "发布系统内部通知、公告" ,
16- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
16+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
1717 githubUser : 'wu-clan' ,
1818 priceLabel : "免费"
1919 } ,
2020 {
2121 icon : "fluent-mdl2:dictionary" ,
2222 title : "数据字典" ,
2323 description : "通常用于约束前端工程数据展示" ,
24- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
24+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
2525 githubUser : 'wu-clan' ,
2626 priceLabel : "免费"
2727 } ,
2828 {
2929 icon : "icon-park-outline:config" ,
3030 title : "参数配置" ,
3131 description : "通常用于前端工程数据展示" ,
32- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
32+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
3333 githubUser : 'wu-clan' ,
3434 priceLabel : "免费"
3535 } ,
3636 {
3737 icon : "charm:shield-keyhole" ,
3838 title : "Casbin-RBAC" ,
3939 description : "基于 Casbin 实现的 RBAC 权限" ,
40- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
40+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
4141 link : "https://github.com/fastapi-practices/fba_casbin" ,
4242 image : "https://avatars.githubusercontent.com/u/27810343?s=200&v=4" ,
4343 githubUser : 'wu-clan' ,
@@ -47,7 +47,7 @@ export const pluginItems: PluginItem[] = [
4747 icon : "streamline:ai-prompt-spark" ,
4848 title : "MCP ChatGPT" ,
4949 description : "带有 MCP 服务器调用的 AI 对话" ,
50- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
50+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
5151 link : "https://github.com/fastapi-practices/fba_mcp" ,
5252 image : "https://github.com/modelcontextprotocol/.github/raw/main/profile/assets/light.png" ,
5353 githubUser : 'wu-clan' ,
@@ -57,7 +57,7 @@ export const pluginItems: PluginItem[] = [
5757 icon : "ant-design:aliyun-outlined" ,
5858 title : "阿里云 oss" ,
5959 description : "阿里云 oss 文件上传" ,
60- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
60+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
6161 link : "https://github.com/fastapi-practices/fba_aliyun_oss" ,
6262 image : "https://img.alicdn.com/tfs/TB1Ly5oS3HqK1RjSZFPXXcwapXa-238-54.png" ,
6363 githubUser : 'wu-clan' ,
@@ -67,7 +67,7 @@ export const pluginItems: PluginItem[] = [
6767 icon : "material-symbols:token-outline" ,
6868 title : "配置下发" ,
6969 description : "将 env 等配置信息通过数据库进行管理" ,
70- tags : [ "MySQL" , "fba" , "extra "] ,
70+ tags : [ "MySQL" , "后端 " ] ,
7171 link : "https://github.com/dividduang/option" ,
7272 githubUser : 'dividduang' ,
7373 priceLabel : "免费"
@@ -76,7 +76,7 @@ export const pluginItems: PluginItem[] = [
7676 icon : "ant-design:wechat-work-outlined" ,
7777 title : "企微 bot 定时任务" ,
7878 description : "定时调用企业微信群聊机器人发送消息" ,
79- tags : [ "MySQL" , "fba" , "extra "] ,
79+ tags : [ "MySQL" , "后端 " ] ,
8080 link : "https://github.com/dividduang/wecom-task" ,
8181 image : "https://rescdn.qqmail.com/node/wework/images/Slice.d2258f37eb.png" ,
8282 githubUser : 'dividduang' ,
@@ -86,7 +86,7 @@ export const pluginItems: PluginItem[] = [
8686 icon : "ant-design:wechat-work-outlined" ,
8787 title : "SSO" ,
8888 description : "通过 Casdoor 实现 SSO 单点登录集成" ,
89- tags : [ "MySQL" , "PostgreSQL" , "fba" , "extra "] ,
89+ tags : [ "MySQL" , "PostgreSQL" , "后端 " ] ,
9090 link : "/fastapi_best_architecture_docs/planet.html" ,
9191 image : "https://casdoor.org/zh/img/casdoor.png" ,
9292 githubUser : 'wu-clan' ,
0 commit comments