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