From e7ae319ecfddb4f0726355e9003d9f9f5e0c304a Mon Sep 17 00:00:00 2001 From: streakingman Date: Tue, 27 Sep 2022 19:30:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E6=AD=A2=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=8B=96=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/App.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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; } } }