File tree Expand file tree Collapse file tree 4 files changed +38
-0
lines changed
Expand file tree Collapse file tree 4 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 3131[submodule "plugins/tenant "]
3232 path = plugins/tenant
3333 url = https://github.com/fastapi-practices/tenant.git
34+ [submodule "plugins/api_key_ui "]
35+ path = plugins/api_key_ui
36+ url = https://github.com/yzbf-lin/api_key_ui.git
Original file line number Diff line number Diff line change 5858 "branch" : " master"
5959 }
6060 },
61+ {
62+ "plugin" : {
63+ "icon" : " https://wu-clan.github.io/picx-images-hosting/logo/fba.svg" ,
64+ "summary" : " API Key UI" ,
65+ "version" : " 0.0.1" ,
66+ "description" : " API Key 前端管理插件,提供列表、搜索、新增、编辑、启停与复制能力" ,
67+ "author" : " yzbf-lin" ,
68+ "tags" : [
69+ " auth"
70+ ]
71+ },
72+ "git" : {
73+ "path" : " plugins/api_key_ui" ,
74+ "url" : " https://github.com/yzbf-lin/api_key_ui.git" ,
75+ "branch" : " master"
76+ }
77+ },
6178 {
6279 "plugin" : {
6380 "icon" : " https://wu-clan.github.io/picx-images-hosting/logo/fba.svg" ,
Original file line number Diff line number Diff line change @@ -82,6 +82,23 @@ export const pluginDataList: PluginData[] = [
8282 "branch" : "master"
8383 }
8484 } ,
85+ {
86+ "plugin" : {
87+ "icon" : "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg" ,
88+ "summary" : "API Key UI" ,
89+ "version" : "0.0.1" ,
90+ "description" : "API Key 前端管理插件,提供列表、搜索、新增、编辑、启停与复制能力" ,
91+ "author" : "yzbf-lin" ,
92+ "tags" : [
93+ "auth"
94+ ]
95+ } ,
96+ "git" : {
97+ "path" : "plugins/api_key_ui" ,
98+ "url" : "https://github.com/yzbf-lin/api_key_ui.git" ,
99+ "branch" : "master"
100+ }
101+ } ,
85102 {
86103 "plugin" : {
87104 "icon" : "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg" ,
You can’t perform that action at this time.
0 commit comments