Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@
path = plugins/mongodb
url = https://github.com/yzbf-lin/mongodb.git
branch = main
[submodule "plugins/s3_ui"]
path = plugins/s3_ui
url = https://github.com/fastapi-practices/s3_ui.git
17 changes: 17 additions & 0 deletions plugins-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,23 @@
"branch": "master"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
"summary": "S3 存储 UI",
"version": "0.1.0",
"description": "为系统管理提供 S3 对象存储配置与文件上传",
"author": "wu-clan",
"tags": [
"storage"
]
},
"git": {
"path": "plugins/s3_ui",
"url": "https://github.com/fastapi-practices/s3_ui.git",
"branch": "master"
}
},
{
"plugin": {
"summary": "腾讯云短信服务",
Expand Down
17 changes: 17 additions & 0 deletions plugins-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,23 @@ export const pluginDataList: PluginData[] = [
"branch": "master"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
"summary": "S3 存储 UI",
"version": "0.1.0",
"description": "为系统管理提供 S3 对象存储配置与文件上传",
"author": "wu-clan",
"tags": [
"storage"
]
},
"git": {
"path": "plugins/s3_ui",
"url": "https://github.com/fastapi-practices/s3_ui.git",
"branch": "master"
}
},
{
"plugin": {
"summary": "腾讯云短信服务",
Expand Down
1 change: 1 addition & 0 deletions plugins/s3_ui
Submodule s3_ui added at 5424ca
Loading