From abfeff22cb131e49f79675a971e1b31957de5563 Mon Sep 17 00:00:00 2001 From: zlt Date: Thu, 13 Aug 2026 10:00:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/web/static/index.html | 51 +++++++++++++++++++++++++++++++++------ 1 file changed, 43 insertions(+), 8 deletions(-) diff --git a/app/web/static/index.html b/app/web/static/index.html index c3e3921..82b8ebe 100644 --- a/app/web/static/index.html +++ b/app/web/static/index.html @@ -113,7 +113,7 @@ pre.json{background:var(--surface-2);border:1px solid var(--hair);border-radius:

PMS 持仓管理v{{ health.version || '-' }} · {{ health.now || '' }}

- {{ health.trade_day ? '交易日':'非交易日' }} + {{ marketState }} 买入 {{ ov.buy_halt ? '已暂停':'正常' }} 执行 {{ ov.exec_halt ? '已暂停':'正常' }} 自主 {{ tx('autonomy', ov.autonomy) }}? @@ -127,6 +127,8 @@ pre.json{background:var(--surface-2);border:1px solid var(--hair);border-radius: + {{ autoRefresh ? '自动' : '手动' }} · {{ lastRefresh }}
@@ -139,9 +141,12 @@ pre.json{background:var(--surface-2);border:1px solid var(--hair);border-radius: - + +