引入 Cron

This commit is contained in:
fofolee
2022-04-16 02:04:16 +08:00
parent cec2ff7f96
commit 807834244d
4 changed files with 38 additions and 23 deletions

View 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: "别名"
},
}
}