uTools-quickcommand/src/js/options/defaultProfile.js
2022-04-23 10:51:03 +08:00

28 lines
601 B
JavaScript

export default {
commandCardStyle: "normal",
primaryColor: "#009688",
defaultPrimaryColor: "#009688",
backgroundImg: null,
autofocusSearch: false,
crontabs: {},
quickFeatures: {
favFile: {
enable: false,
tag: "文件"
},
favUrl: {
enable: false,
tag: "网址"
},
pluNickName: {
enable: false,
tag: "别名"
},
apiServer: {
enable: false,
port: 33442,
cmd: "",
serverStatus: false
}
}
}