支持设置背景图片,不再局限于面板模式,支持设置毛玻璃效果

This commit is contained in:
fofolee
2024-12-19 00:39:44 +08:00
parent be663fc4e3
commit 45780a2e0c
11 changed files with 1749 additions and 669 deletions

View File

@@ -3,7 +3,8 @@ export default {
commandCardStyle: "dense",
primaryColor: "#009688",
defaultPrimaryColor: "#009688",
backgroundImg: null,
backgroundImgLight: "",
backgroundImgDark: "",
autofocusSearch: false,
denseTagBar: false,
quickFileEnable: false,
@@ -13,6 +14,7 @@ export default {
pluNickNameEnable: false,
pluNickNameTag: "别名",
autoDetachFeatures: [],
glassEffect: 0,
},
native: {
crontabs: {},