feat: 新增主题色选项

This commit is contained in:
MTrun
2022-02-06 01:04:05 +08:00
parent 7b24b90fbc
commit 314daede24
51 changed files with 698 additions and 174 deletions
+2 -2
View File
@@ -14,10 +14,10 @@ export const keyboardValue = {
}
const KeyboardHandle = (e: KeyboardEvent) => {
const ismacRes = isMac()
const isMacRes = isMac()
// 暂不支持mac,因为我没有😤👻
if (ismacRes) return
if (isMacRes) return
const key = e.key.toLowerCase()
// 删除