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: - + +