mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 01:44:36 +08:00
31 lines
659 B
JavaScript
31 lines
659 B
JavaScript
export default {
|
|
commandCardStyle: "normal",
|
|
primaryColor: "#009688",
|
|
defaultPrimaryColor: "#009688",
|
|
backgroundImg: null,
|
|
codeHistory: {},
|
|
quickFeatures: {
|
|
favFile: {
|
|
enable: false,
|
|
tag: "文件"
|
|
},
|
|
favUrl: {
|
|
enable: false,
|
|
tag: "网址"
|
|
},
|
|
pluNickName: {
|
|
enable: false,
|
|
tag: "别名"
|
|
},
|
|
crontab: {
|
|
enable: false,
|
|
tag: "任务"
|
|
},
|
|
apiServer: {
|
|
enable: false,
|
|
port: 33442,
|
|
cmd: "",
|
|
serverStatus: false
|
|
}
|
|
}
|
|
} |