feat: introduce file manager plugin with web UI and file operation capabilities.
All checks were successful
Sign Plugins / sign (push) Successful in 1m0s
All checks were successful
Sign Plugins / sign (push) Successful in 1m0s
This commit is contained in:
24
store.json
24
store.json
@@ -1,13 +1,13 @@
|
||||
[
|
||||
{
|
||||
"name": "file-manager",
|
||||
"version": "1.0.0",
|
||||
"description": "文件管理器插件,提供远程文件浏览和管理功能",
|
||||
"author": "GoTunnel Official",
|
||||
"run_at": "client",
|
||||
"type": "app",
|
||||
"icon": "icons/file-manager.svg",
|
||||
"download_url": "https://git.92coco.cn:8443/flik/GoTunnel-Plugins/raw/branch/main/plugins/file-manager/plugin.js",
|
||||
"signature_url": "https://git.92coco.cn:8443/flik/GoTunnel-Plugins/raw/branch/main/plugins/file-manager/plugin.js.sig"
|
||||
}
|
||||
]
|
||||
{
|
||||
"name": "file-manager",
|
||||
"version": "2.0.0",
|
||||
"description": "Web 文件管理器,提供远程文件浏览、上传、下载和管理功能",
|
||||
"author": "GoTunnel Official",
|
||||
"run_at": "client",
|
||||
"type": "app",
|
||||
"icon": "icons/file-manager.svg",
|
||||
"download_url": "https://git.92coco.cn:8443/flik/GoTunnel-Plugins/raw/branch/main/plugins/file-manager/plugin.js",
|
||||
"signature_url": "https://git.92coco.cn:8443/flik/GoTunnel-Plugins/raw/branch/main/plugins/file-manager/plugin.js.sig"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user