From 8be53f24164db370cc993265558cfdc8a8de4668 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Tue, 9 Jun 2026 16:27:57 +0800 Subject: [PATCH] Remove unused config state copy --- web/strategy-switch-console/index.html | 16 ---------------- web/strategy-switch-console/page_asset.js | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/web/strategy-switch-console/index.html b/web/strategy-switch-console/index.html index 965b964..e4392d7 100644 --- a/web/strategy-switch-console/index.html +++ b/web/strategy-switch-console/index.html @@ -858,16 +858,8 @@

切换摘要

noAccount: "没有账号选项", noStrategy: "没有支持的策略", repository: "平台仓库", - target: "Target", selectedAccount: "账号", - selectedStrategy: "策略", - selectedMode: "模式", selectedMarket: "市场", - service: "服务", - accountSelector: "账号选择器", - action: "动作", - actionValue: "切换并同步", - confirm: "确认词", copied: "已复制状态", dispatching: "正在触发 workflow...", dispatched: "已触发 workflow", @@ -915,16 +907,8 @@

切换摘要

noAccount: "No accounts", noStrategy: "No supported strategies", repository: "Repository", - target: "Target", selectedAccount: "Account", - selectedStrategy: "Strategy", - selectedMode: "Mode", selectedMarket: "Market", - service: "Service", - accountSelector: "Account selector", - action: "Action", - actionValue: "Switch and sync", - confirm: "Confirm", copied: "State copied", dispatching: "Dispatching workflow...", dispatched: "Workflow dispatched", diff --git a/web/strategy-switch-console/page_asset.js b/web/strategy-switch-console/page_asset.js index 56e78cc..79393dc 100644 --- a/web/strategy-switch-console/page_asset.js +++ b/web/strategy-switch-console/page_asset.js @@ -1,2 +1,2 @@ // Generated by scripts/sync_strategy_switch_page_asset.py; do not edit by hand. -export const PAGE_HTML = "\n\n\n \n \n \n QuantRuntimeSettings Strategy Switch\n \n\n\n
\n
\n

策略切换

\n

选平台、目标账号和策略,一次执行完成切换。

\n
\n
\n \n \n \n \n
\n
\n\n
\n
\n 初始化控制台\n

读取策略配置

\n

正在读取登录状态、账号配置和当前状态。

\n
\n
\n
\n\n
\n \n\n
\n
\n
\n 当前平台\n

LongBridge

\n
\n\n
\n \n\n \n\n
\n 模式\n
\n \n \n
\n
\n
\n\n
\n \n

登录后才可执行切换。

\n

\n
\n
\n\n \n
\n
\n\n \n\n\n"; +export const PAGE_HTML = "\n\n\n \n \n \n QuantRuntimeSettings Strategy Switch\n \n\n\n
\n
\n

策略切换

\n

选平台、目标账号和策略,一次执行完成切换。

\n
\n
\n \n \n \n \n
\n
\n\n
\n
\n 初始化控制台\n

读取策略配置

\n

正在读取登录状态、账号配置和当前状态。

\n
\n
\n
\n\n
\n \n\n
\n
\n
\n 当前平台\n

LongBridge

\n
\n\n
\n \n\n \n\n
\n 模式\n
\n \n \n
\n
\n
\n\n
\n \n

登录后才可执行切换。

\n

\n
\n
\n\n \n
\n
\n\n \n\n\n";