mirror of
https://github.com/rubickCenter/rubick
synced 2026-03-06 05:30:45 +08:00
✨ init dark mode
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import commonConst from "@/common/utils/commonConst";
|
||||
|
||||
export default {
|
||||
version: 2,
|
||||
version: 4,
|
||||
perf: {
|
||||
shortCut: {
|
||||
showAndHidden: "Option+R",
|
||||
@@ -14,6 +14,7 @@ export default {
|
||||
// 是否失焦隐藏。默认在dev环境不隐藏,在打包后隐藏。
|
||||
hideOnBlur: commonConst.production(),
|
||||
autoPast: false,
|
||||
darkMode: false
|
||||
},
|
||||
local: {
|
||||
search: true,
|
||||
|
||||
Reference in New Issue
Block a user