mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-25 19:36:07 +08:00
fix: 禁止图片拖动
This commit is contained in:
parent
f8c969f75b
commit
e7ae319ecf
|
@ -57,7 +57,7 @@ vite+react 实现,欢迎 star、issue、pr、fork(尽量标注原仓库地
|
|||
- [x] 关卡生成
|
||||
- [ ] UI/UX 优化
|
||||
- [x] 多主题
|
||||
- [ ] 计时、得分、保存进度机制
|
||||
- [ ] 计时、得分排行、保存进度机制
|
||||
- [ ] 性能优化
|
||||
- [x] BGM/音效
|
||||
- [ ] ~~点击时的缓冲队列,优化交互动画效果~~
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user