diff --git a/plugins/file-manager/plugin.js.sig b/plugins/file-manager/plugin.js.sig index 0c52e0a..3d18e67 100644 --- a/plugins/file-manager/plugin.js.sig +++ b/plugins/file-manager/plugin.js.sig @@ -1 +1 @@ -{"payload":{"name":"file-manager","version":"1.0.0","source_hash":"cbc1c503b0c713a3eb19f749d7caae3c061cb296a8623c2ff48762a02b1001c7","key_id":"official-v1","timestamp":1767103611},"signature":"DI/sW02STQ9OqdQzhC/cr9jMdcW1oDXyJms18g28hqlKysVPw9kAE3PrwstxolUk8C8q9RGDRx1YpefazbJtDQ=="} \ No newline at end of file +{"payload":{"name":"file-manager","version":"2.0.0","source_hash":"9206a5ab7e74f317606471703237564e82ae54f641615370c8b053c85177a66f","key_id":"official-v1","timestamp":1767420611},"signature":"gLVxX49UtVVAAk83hVkcm6PkhX6bE3skl7x4XmyGOBhSsVypn1wnt7ljJiUYmLxzK57rpA0yZn+8d69IGwOzBw=="} \ No newline at end of file diff --git a/store.json b/store.json index 9e7daf8..055bdec 100644 --- a/store.json +++ b/store.json @@ -1,13 +1,23 @@ [ - { - "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" - } -] \ No newline at end of file +{ + "name": "file-manager", + "version": "2.0.0", + "description": "Web 文件管理器,提供远程文件浏览、上传、下载和管理功能", + "author": "GoTunnel Official", + "run_at": "client", + "type": "app", + "icon": "icons/file-manager.svg", + "homepage": "https://github.com/flik/GoTunnel-Plugins", + "config_schema": [ + { + "key": "root_path", + "label": "根目录", + "type": "string", + "default": ".", + "description": "文件管理的根目录路径,所有操作将限制在此目录内" + } + ], + "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" +} +]