From 955bf2b8ddb7b82c1087712154f0ca038fdf64af Mon Sep 17 00:00:00 2001 From: Flik Date: Mon, 19 Jan 2026 23:16:18 +0800 Subject: [PATCH] 1111 --- internal/server/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/server/config/config.go b/internal/server/config/config.go index 5104940..42936e6 100644 --- a/internal/server/config/config.go +++ b/internal/server/config/config.go @@ -32,7 +32,7 @@ type PluginStoreSettings struct { } // 默认插件仓库 URL -const DefaultPluginStoreURL = "https://git.92coco.cn:8443/flik/GoTunnel-Plugins/raw/branch/main/store.json" +const DefaultPluginStoreURL = "https://git.92coco.cn/flik/GoTunnel-Plugins/raw/branch/main/store.json" // GetPluginStoreURL 获取插件仓库 URL func (s *PluginStoreSettings) GetPluginStoreURL() string {