From b53cd42baf53e3151f3fdf8a0f7b484882519696 Mon Sep 17 00:00:00 2001 From: giscafer Date: Sat, 25 May 2024 17:25:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E9=97=AD=E6=8C=81=E4=BB=93?= =?UTF-8?q?=E9=AB=98=E4=BA=AE=E7=9B=B8=E5=85=B3=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/registerCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registerCommand.ts b/src/registerCommand.ts index f702920e..0824c2b2 100644 --- a/src/registerCommand.ts +++ b/src/registerCommand.ts @@ -434,7 +434,7 @@ export function registerViewEvent( description: 'kLineChartSwitch', }, { - label: globalState.stockHeldTipShow ? '关闭持仓股高亮展示' : '关闭持仓股高亮展示', + label: globalState.stockHeldTipShow ? '关闭持仓高亮' : '开启持仓高亮', description: 'stockHeldTipShow', }, ],