update README.md

This commit is contained in:
yupi
2022-09-18 00:42:16 +08:00
parent ce8bd53827
commit 02e38aca6a
2 changed files with 5 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ const useGame = () => {
// 操作历史(存储点击的块)
let opHistory: BlockType[] = [];
// region 道具相关
// region 技能相关
const isHolyLight = ref(false);