前端ui
This commit is contained in:
@@ -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-expand-ui"
|
||||
HUB_BUILD = "20260525-expand-fix"
|
||||
|
||||
|
||||
def _is_local(host: str | None) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user