hub放大排列

This commit is contained in:
dekun
2026-05-25 07:37:33 +08:00
parent 80cc26ef27
commit 7beeb3500c
3 changed files with 36 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ HUB_BRIDGE_TOKEN = (os.getenv("HUB_BRIDGE_TOKEN") or os.getenv("CONTROL_TOKEN")
_trust_raw = (os.getenv("HUB_TRUST_LAN", "true") or "").strip().lower()
HUB_TRUST_LAN = _trust_raw not in ("0", "false", "no", "off")
DIR = Path(__file__).resolve().parent
HUB_BUILD = "20260525-fs-fix"
HUB_BUILD = "20260525-fs-pos-row"
def _is_local(host: str | None) -> bool: