diff --git a/README.md b/README.md index 9d58d21..8eba7ad 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ vite+react 实现,欢迎 star、issue、pr、fork(尽量标注原仓库地 - [x] 关卡生成 - [ ] UI/UX 优化 - [x] 多主题 -- [ ] 计时、得分、保存进度机制 +- [ ] 计时、得分排行、保存进度机制 - [ ] 性能优化 - [x] BGM/音效 - [ ] ~~点击时的缓冲队列,优化交互动画效果~~ diff --git a/src/App.scss b/src/App.scss index 20c4a9f..c78dff5 100644 --- a/src/App.scss +++ b/src/App.scss @@ -57,6 +57,7 @@ width: 100%; height: 100%; object-fit: cover; + -webkit-user-drag: none; } } }