定时任务 80%

This commit is contained in:
fofolee
2022-04-18 08:05:35 +08:00
parent 0547e65de1
commit 05999db5d2
10 changed files with 240 additions and 114 deletions

View File

@@ -4,6 +4,7 @@ export default {
defaultPrimaryColor: "#009688",
backgroundImg: null,
codeHistory: {},
crontabs: {},
quickFeatures: {
favFile: {
enable: false,
@@ -17,10 +18,6 @@ export default {
enable: false,
tag: "别名"
},
crontab: {
enable: false,
tag: "任务"
},
apiServer: {
enable: false,
port: 33442,