diff --git a/plugins/file-manager/plugin.js.sig b/plugins/file-manager/plugin.js.sig index e4fbef1..112abf0 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":1767006574},"signature":"SnBl0diXRhGoj0YAnt9l6xVQ02hDYKh2sc85DOncDgeKCqjKQM4qN5dZkKoISIJtFFdHF/jS0isU6RPpmmjCDg=="} \ No newline at end of file +{"payload":{"name":"file-manager","version":"1.0.0","source_hash":"cbc1c503b0c713a3eb19f749d7caae3c061cb296a8623c2ff48762a02b1001c7","key_id":"official-v1","timestamp":1767022422},"signature":"Kfvvsu9/2mBi8ufJ8pz4lm0mhj+jBhbPlw/A9LqTwa0nOY5PuAbf+0RTdr5/4u5S0Hcdd15+1lXeQQd3hgaNDQ=="} \ No newline at end of file diff --git a/store.json b/store.json index d03ef97..1725006 100644 --- a/store.json +++ b/store.json @@ -1,11 +1,11 @@ [ - { - "name": "file-manager", - "version": "1.0.0", - "type": "app", - "description": "文件管理器插件,提供远程文件浏览和管理功能", - "author": "GoTunnel Official", - "icon": "icons/file-manager.svg", - "download_url": "https://git.92coco.cn:8443/flik/gotunnel-plugins/raw/branch/main/plugins/file-manager/plugin.js" - } +{ + "name": "file-manager", + "version": "1.0.0", + "description": "文件管理器插件,提供远程文件浏览和管理功能", + "author": "GoTunnel Official", + "run_at": "client", + "type": "app", + "icon": "icons/file-manager.svg" +} ]