From 229af562ea027973faaa5dc29040737426c9db02 Mon Sep 17 00:00:00 2001 From: Wu Clan Date: Fri, 4 Sep 2026 17:48:38 +0800 Subject: [PATCH] Add s3_ui plugin Register the S3 frontend plugin as a marketplace submodule. --- .gitmodules | 3 +++ plugins-data.json | 17 +++++++++++++++++ plugins-data.ts | 17 +++++++++++++++++ plugins/s3_ui | 1 + 4 files changed, 38 insertions(+) create mode 160000 plugins/s3_ui diff --git a/.gitmodules b/.gitmodules index 83fe7e2..2f35e05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/plugins-data.json b/plugins-data.json index 26d2e2a..a73d778 100644 --- a/plugins-data.json +++ b/plugins-data.json @@ -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": "腾讯云短信服务", diff --git a/plugins-data.ts b/plugins-data.ts index 12372c7..8c92f8b 100644 --- a/plugins-data.ts +++ b/plugins-data.ts @@ -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": "腾讯云短信服务", diff --git a/plugins/s3_ui b/plugins/s3_ui new file mode 160000 index 0000000..5424ca9 --- /dev/null +++ b/plugins/s3_ui @@ -0,0 +1 @@ +Subproject commit 5424ca98bf6fc30c518ea830d4a37a63b7f33966