测试了runner相关功能,并将安装页面的相关信息进行了定制更新

This commit is contained in:
孟宁
2025-11-20 16:57:50 +08:00
repo.diff.parent 770f295088
repo.diff.commit c4bffdeaf7
repo.diff.stats_desc%!(EXTRA int=38, int=89, int=79)

repo.diff.view_file

@@ -150,7 +150,7 @@ func registerUpdateGiteaChecker() {
RunAtStart: false,
Schedule: "@every 168h",
},
HTTPEndpoint: "https://dl.gitea.com/gitea/version.json",
HTTPEndpoint: "https://devstar.cn/assets/version.json",
}, func(ctx context.Context, _ *user_model.User, config Config) error {
updateCheckerConfig := config.(*UpdateCheckerConfig)
return updatechecker.GiteaUpdateChecker(updateCheckerConfig.HTTPEndpoint)