diff --git a/plugins/file-manager/manifest.json b/plugins/file-manager/manifest.json index 96f4242..604a461 100644 --- a/plugins/file-manager/manifest.json +++ b/plugins/file-manager/manifest.json @@ -5,7 +5,7 @@ "author": "GoTunnel Official", "run_at": "client", "type": "app", - "icon": "https://git.92coco.cn:8443/flik/GoTunnel-Plugins/raw/branch/main/icons/file-manager.svg", + "icon": "https://git.92coco.cn/flik/GoTunnel-Plugins/raw/branch/main/icons/file-manager.svg", "homepage": "https://github.com/flik/GoTunnel-Plugins", "config_schema": [ { diff --git a/scripts/generate-store.sh b/scripts/generate-store.sh index be7dd9c..f9d1c68 100755 --- a/scripts/generate-store.sh +++ b/scripts/generate-store.sh @@ -4,7 +4,7 @@ set -e REPO_ROOT="$(cd "$(dirname "$0")/.." && pwd)" # Gitea raw 文件基础 URL -BASE_URL="${STORE_BASE_URL:-https://git.92coco.cn:8443/flik/GoTunnel-Plugins/raw/branch/main}" +BASE_URL="${STORE_BASE_URL:-https://git.92coco.cn/flik/GoTunnel-Plugins/raw/branch/main}" echo "[" diff --git a/store.json b/store.json index 46f1f24..f228e14 100644 --- a/store.json +++ b/store.json @@ -6,7 +6,7 @@ "author": "GoTunnel Official", "run_at": "client", "type": "app", - "icon": "https://git.92coco.cn:8443/flik/GoTunnel-Plugins/raw/branch/main/icons/file-manager.svg", + "icon": "https://git.92coco.cn/flik/GoTunnel-Plugins/raw/branch/main/icons/file-manager.svg", "homepage": "https://github.com/flik/GoTunnel-Plugins", "config_schema": [ { @@ -17,7 +17,7 @@ "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" + "download_url": "https://git.92coco.cn/flik/GoTunnel-Plugins/raw/branch/main/plugins/file-manager/plugin.js", + "signature_url": "https://git.92coco.cn/flik/GoTunnel-Plugins/raw/branch/main/plugins/file-manager/plugin.js.sig" } ]