mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-10-08 11:21:47 +08:00
chore: 右侧状态栏改为示例
This commit is contained in:
parent
8531a7eea6
commit
4cf970895f
@ -149,6 +149,10 @@ export const LeftStatusBar = defineComponent<StatusBarProps<ILeftHeroStatus>>(
|
||||
inNumpad.value = !inNumpad.value;
|
||||
};
|
||||
|
||||
const onNumpad = () => {
|
||||
inNumpad.value = !inNumpad.value;
|
||||
};
|
||||
|
||||
//#region 属性显示
|
||||
|
||||
/** 一般属性 */
|
||||
|
Loading…
Reference in New Issue
Block a user