定时任务 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,

View File

@@ -43,13 +43,6 @@ const quickFeatures = {
icon: require("../../assets/feature/plugin.png"),
platform: ["win32", "darwin", "linux"],
},
crontab: {
code: "feature_crontab",
explain: "为快捷命令添加计划任务",
cmds: ["计划任务", "crontab"],
icon: require("../../assets/feature/crontab.png"),
platform: ["win32", "darwin", "linux"],
},
apiServer: {
code: "feature_apiServer",
explain: "配置快捷命令后台服务",