fix: 点道具栏打开装备栏

This commit is contained in:
unanmed 2025-06-13 16:21:17 +08:00
parent e17bc2c3d2
commit fd8b6451e2

View File

@ -82,7 +82,7 @@ export const PlayingToolbar = defineComponent<
const iconFont = new Font('Verdana', 12);
const book = () => core.openBook(true);
const tool = () => core.openEquipbox(true);
const tool = () => core.openToolbox(true);
const fly = () => core.useFly(true);
const save = () => core.save(true);
const load = () => core.load(true);