Private
Public Access
1
0

重构:模块重命名 u-desk,更新所有依赖到最新版本

This commit is contained in:
2026-01-28 00:44:02 +08:00
parent 8c577f70e7
commit 7e79a53dae
26 changed files with 516 additions and 183 deletions

View File

@@ -47,7 +47,7 @@ func LoadUpdateConfig() (*UpdateConfig, error) {
LastCheckTime: time.Time{},
AutoCheckEnabled: true,
CheckIntervalMinutes: 1,
CheckURL: "https://img.1216.top/go-desk/last-version.json",
CheckURL: "https://img.1216.top/u-desk/last-version.json",
}, nil
}
@@ -85,7 +85,7 @@ func LoadUpdateConfig() (*UpdateConfig, error) {
// 使用默认检查地址
if config.CheckURL == "" {
config.CheckURL = "https://img.1216.top/go-desk/last-version.json"
config.CheckURL = "https://img.1216.top/u-desk/last-version.json"
}
return &config, nil