添加自动分离功能

This commit is contained in:
fofolee
2024-02-19 00:31:04 +08:00
parent 2648fa52ab
commit ea2e873525
3 changed files with 155 additions and 212 deletions

View File

@@ -1,23 +1,24 @@
export default {
common: {
commandCardStyle: "dense",
primaryColor: "#009688",
defaultPrimaryColor: "#009688",
backgroundImg: null,
autofocusSearch: false,
denseTagBar: false,
quickFileEnable: false,
quickFileTag: "文件",
quickUrlEnable: false,
quickUrlTag: "网址",
pluNickNameEnable: false,
pluNickNameTag: "别名",
},
native: {
crontabs: {},
serverPort: 33442,
serverStatus: false,
envPath: '',
alias: ''
}
}
common: {
commandCardStyle: "dense",
primaryColor: "#009688",
defaultPrimaryColor: "#009688",
backgroundImg: null,
autofocusSearch: false,
denseTagBar: false,
quickFileEnable: false,
quickFileTag: "文件",
quickUrlEnable: false,
quickUrlTag: "网址",
pluNickNameEnable: false,
pluNickNameTag: "别名",
autoDetachFeatures: [],
},
native: {
crontabs: {},
serverPort: 33442,
serverStatus: false,
envPath: "",
alias: "",
},
};