mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 18:04:28 +08:00
引入 Cron
This commit is contained in:
21
src/js/options/defaultProfile.js
Normal file
21
src/js/options/defaultProfile.js
Normal file
@@ -0,0 +1,21 @@
|
||||
export default {
|
||||
commandCardStyle: "normal",
|
||||
primaryColor: "#009688",
|
||||
defaultPrimaryColor: "#009688",
|
||||
backgroundImg: null,
|
||||
codeHistory: {},
|
||||
quickFeatures: {
|
||||
favFile: {
|
||||
enable: false,
|
||||
tag: "文件"
|
||||
},
|
||||
favUrl: {
|
||||
enable: false,
|
||||
tag: "网址"
|
||||
},
|
||||
pluNickName: {
|
||||
enable: false,
|
||||
tag: "别名"
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user