mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增主题色选项
This commit is contained in:
@@ -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()
|
||||
|
||||
// 删除
|
||||
|
||||
Reference in New Issue
Block a user