mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 18:04:28 +08:00
添加自动分离功能
This commit is contained in:
@@ -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: "",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user