init dark mode

This commit is contained in:
layyback
2023-03-26 19:35:07 +08:00
parent 958e20fef9
commit 9e2b6f52a4
4 changed files with 53 additions and 9 deletions

View File

@@ -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,