From baf2e239f30eb88d7e408ea6836c8d82e4584620 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sun, 28 Sep 2025 16:25:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8F=B3=E4=BE=A7=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=A0=8F=E6=94=B9=E4=B8=BA=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages-user/client-modules/src/render/ui/statusBar.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages-user/client-modules/src/render/ui/statusBar.tsx b/packages-user/client-modules/src/render/ui/statusBar.tsx index 3b3501d..c2de3e4 100644 --- a/packages-user/client-modules/src/render/ui/statusBar.tsx +++ b/packages-user/client-modules/src/render/ui/statusBar.tsx @@ -149,6 +149,10 @@ export const LeftStatusBar = defineComponent>( inNumpad.value = !inNumpad.value; }; + const onNumpad = () => { + inNumpad.value = !inNumpad.value; + }; + //#region 属性显示 /** 一般属性 */