mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-10-08 20:01:47 +08:00
chore: 右侧状态栏改为示例
This commit is contained in:
parent
a951f1c957
commit
baf2e239f3
@ -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 属性显示
|
||||||
|
|
||||||
/** 一般属性 */
|
/** 一般属性 */
|
||||||
|
Loading…
Reference in New Issue
Block a user