fix: refill nodes after exhausted failover

This commit is contained in:
Aimili
2026-08-28 06:43:02 +08:00
parent 6249c92528
commit 97fc3374f1
6 changed files with 36 additions and 21 deletions
+2 -2
View File
@@ -204,9 +204,9 @@ def get_app_version():
try:
with open(os.path.join(INSTALL_DIR, "VERSION"), "r", encoding="utf-8") as f:
version = f.read().strip().lstrip("vV")
return version or "2.1.4"
return version or "2.1.5"
except Exception:
return "2.1.4"
return "2.1.5"
def load_ui_cfg():
import json