This commit is contained in:
2026-01-21 22:57:40 +08:00
parent 6670b3ea35
commit b9ed149934

View File

@@ -16,8 +16,8 @@ const Version = "1.0.0"
// 仓库信息 // 仓库信息
const ( const (
RepoURL = "https://git.92coco.cn:8443/flik/GoTunnel" RepoURL = "https://git.92coco.cn/flik/GoTunnel"
APIBaseURL = "https://git.92coco.cn:8443/api/v1" APIBaseURL = "https://git.92coco.cn/api/v1"
RepoOwner = "flik" RepoOwner = "flik"
RepoName = "GoTunnel" RepoName = "GoTunnel"
) )