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

@ -12,12 +12,14 @@
![游戏截图](doc/img.png)
玩法
游戏特色
1. 支持选择难度4 种)
2. 支持自定义难度
3. 支持自定义动物图案(比如 🐔🏀)
4. 支持道具
4. 可以无限使用技能(道具)
5. 不需要看广告
6. 能通关
> 补一句:就出于兴趣做了几个小时,有 bug 正常哈哈,欢迎 PR~

View File

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