添加快捷命令服务的功能

This commit is contained in:
fofolee
2022-04-17 18:14:51 +08:00
parent 7390125d7c
commit 661c6b3711
16 changed files with 878 additions and 498 deletions

View File

@@ -17,5 +17,15 @@ export default {
enable: false,
tag: "别名"
},
crontab: {
enable: false,
tag: "任务"
},
apiServer: {
enable: false,
port: 33442,
cmd: "",
serverStatus: false
}
}
}