From fb8bf393f28b7539484835d0749a0beda8297fdb Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 10:37:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20UpdateService=E9=BB=98=E8=AE=A4=E5=88=86?= =?UTF-8?q?=E6=94=AF=20main=E2=86=92dev=20(version.json=E5=9C=A8dev)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/update_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/update_service.py b/services/update_service.py index fcf6126..212f789 100644 --- a/services/update_service.py +++ b/services/update_service.py @@ -85,7 +85,7 @@ class UpdateService: cfg = init.get_config("base").get("framework", {}) except Exception: cfg = {} - self.branch = cfg.get("branch", "main") + self.branch = cfg.get("branch", "dev") self.repo_url = cfg.get("repo_url", "https://git.yeij.top/AskaEth/SenSu").rstrip("/") self.repo_name = self.repo_url.rstrip("/").split("/")[-1] # ZIP 下载地址: Gitea 格式