处理掉一些BUG

This commit is contained in:
super
2026-03-30 22:47:19 +08:00
parent d9487b6885
commit 0f1f471590
6 changed files with 8 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ os.environ['OSS_ACCESS_KEY_SECRET'] = accessKeySecret
os.environ['SECRET_KEY'] = "ddffc7c1d02121d9554d7b080b2511b6"
debug = False
debug = True
version = "1.0.22"
APP_UPDATE_URL = f"{_base_url}/api/version/latest" # 检测更新接口地址,返回 { "file_url": "...", "version": "x.x.x" }
os.environ['APP_VERSION'] = version