mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 18:04:28 +08:00
添加快捷命令服务的功能
This commit is contained in:
@@ -17,5 +17,15 @@ export default {
|
||||
enable: false,
|
||||
tag: "别名"
|
||||
},
|
||||
crontab: {
|
||||
enable: false,
|
||||
tag: "任务"
|
||||
},
|
||||
apiServer: {
|
||||
enable: false,
|
||||
port: 33442,
|
||||
cmd: "",
|
||||
serverStatus: false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -42,7 +42,21 @@ const quickFeatures = {
|
||||
cmds: ["插件别名"],
|
||||
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: "配置快捷命令后台服务",
|
||||
cmds: ["快捷命令服务配置", "quickcommandServer"],
|
||||
icon: require("../../assets/feature/api.png"),
|
||||
platform: ["win32", "darwin", "linux"],
|
||||
}
|
||||
}
|
||||
|
||||
export default quickFeatures
|
||||
export default quickFeatures
|
||||
Reference in New Issue
Block a user