mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 15:04:06 +08:00
28 lines
601 B
JavaScript
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
|
|
}
|
|
}
|
|
} |