From 9059c2c0d6bdf22cda0db820dfe31de0d073a4ef Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 3 Jan 2026 06:31:32 +0000 Subject: [PATCH] chore: update signatures and store --- plugins/file-manager/plugin.js.sig | 2 +- store.json | 44 +++++++++++++++--------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/plugins/file-manager/plugin.js.sig b/plugins/file-manager/plugin.js.sig index 4bbf13d..adae359 100644 --- a/plugins/file-manager/plugin.js.sig +++ b/plugins/file-manager/plugin.js.sig @@ -1 +1 @@ -{"payload":{"name":"file-manager","version":"2.0.0","source_hash":"dd335c72b60551eb5043cb1a78c134d6c228ba0026c9c26e8c39857fda9ef319","key_id":"official-v1","timestamp":1767421542},"signature":"IodJ3hPiFLtmDey2/3QNWzwDzq0Wbgj3ye+6o/zLsxTxfxAHpNe8Ta1+9LIZfyixC9zug7g4kBoOPeBFxZ9qBQ=="} \ No newline at end of file +{"payload":{"name":"file-manager","version":"2.0.0","source_hash":"dd335c72b60551eb5043cb1a78c134d6c228ba0026c9c26e8c39857fda9ef319","key_id":"official-v1","timestamp":1767421885},"signature":"CHa9xFIMJcLWrpdLt3zJz1CnsyrVvfNKG6BcW2+8tMsJp531YC6HdnvYe+936EHI1f4DrQVT+xHWa0DFQ5RoDA=="} \ No newline at end of file diff --git a/store.json b/store.json index 98c6314..46f1f24 100644 --- a/store.json +++ b/store.json @@ -1,23 +1,23 @@ [ - { - "name": "file-manager", - "version": "2.0.0", - "description": "Web 文件管理器,提供远程文件浏览、上传、下载和管理功能", - "author": "GoTunnel Official", - "run_at": "client", - "type": "app", - "icon": "https://git.92coco.cn:8443/flik/GoTunnel-Plugins/raw/branch/main/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" - } -] \ No newline at end of file +{ + "name": "file-manager", + "version": "2.0.0", + "description": "Web 文件管理器,提供远程文件浏览、上传、下载和管理功能", + "author": "GoTunnel Official", + "run_at": "client", + "type": "app", + "icon": "https://git.92coco.cn:8443/flik/GoTunnel-Plugins/raw/branch/main/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" +} +]