chore: 右侧状态栏改为示例

This commit is contained in:
unanmed 2025-09-28 16:25:53 +08:00
parent 8531a7eea6
commit 4cf970895f

View File

@ -149,6 +149,10 @@ export const LeftStatusBar = defineComponent<StatusBarProps<ILeftHeroStatus>>(
inNumpad.value = !inNumpad.value; inNumpad.value = !inNumpad.value;
}; };
const onNumpad = () => {
inNumpad.value = !inNumpad.value;
};
//#region 属性显示 //#region 属性显示
/** 一般属性 */ /** 一般属性 */