mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 01:44:36 +08:00
定时任务 80%
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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: "配置快捷命令后台服务",
|
||||
|
||||
Reference in New Issue
Block a user