This commit is contained in:
dekun
2026-05-24 08:35:15 +08:00
parent 695a785832
commit eebb658dc5
3 changed files with 4 additions and 4 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() _trust_raw = (os.getenv("HUB_TRUST_LAN", "true") or "").strip().lower()
HUB_TRUST_LAN = _trust_raw not in ("0", "false", "no", "off") HUB_TRUST_LAN = _trust_raw not in ("0", "false", "no", "off")
DIR = Path(__file__).resolve().parent DIR = Path(__file__).resolve().parent
HUB_BUILD = "20260525-expand-ui" HUB_BUILD = "20260525-expand-fix"
def _is_local(host: str | None) -> bool: def _is_local(host: str | None) -> bool:
+1 -1
View File
@@ -473,7 +473,7 @@
parts.push(`<div class="hub-mini-card"> parts.push(`<div class="hub-mini-card">
<div class="hub-mini-title">趋势计划 #${esc(t.id)} · ${esc(t.symbol)}</div> <div class="hub-mini-title">趋势计划 #${esc(t.id)} · ${esc(t.symbol)}</div>
<div class="hub-mini-line">${esc(t.direction)} · SL ${fmt(t.stop_loss, 4)} · TP ${fmt(t.take_profit, 4)}</div> <div class="hub-mini-line">${esc(t.direction)} · SL ${fmt(t.stop_loss, 4)} · TP ${fmt(t.take_profit, 4)}</div>
</div>`; </div>`);
}); });
return parts.join(""); return parts.join("");
} }
+2 -2
View File
@@ -7,7 +7,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/assets/app.css?v=20260525-expand-ui" /> <link rel="stylesheet" href="/assets/app.css?v=20260525-expand-fix" />
</head> </head>
<body> <body>
<div class="app-bg" aria-hidden="true"></div> <div class="app-bg" aria-hidden="true"></div>
@@ -101,6 +101,6 @@
</div> </div>
<div id="toast"></div> <div id="toast"></div>
<script src="/assets/app.js?v=20260525-expand-ui"></script> <script src="/assets/app.js?v=20260525-expand-fix"></script>
</body> </body>
</html> </html>