mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 18:04:28 +08:00
快捷命令服务改为内置 feature
This commit is contained in:
@@ -12,11 +12,10 @@ export default {
|
||||
quickUrlTag: "网址",
|
||||
pluNickNameEnable: false,
|
||||
pluNickNameTag: "别名",
|
||||
apiServerEnable: false,
|
||||
apiServerPort: 33442,
|
||||
},
|
||||
native: {
|
||||
crontabs: {},
|
||||
apiServerStatus: false
|
||||
serverPort: 33442,
|
||||
serverStatus: false
|
||||
}
|
||||
}
|
||||
@@ -42,13 +42,6 @@ const quickFeatures = {
|
||||
cmds: ["插件别名"],
|
||||
icon: require("../../assets/feature/plugin.png"),
|
||||
platform: ["win32", "darwin", "linux"],
|
||||
},
|
||||
apiServer: {
|
||||
code: "feature_apiServer",
|
||||
explain: "配置快捷命令后台服务",
|
||||
cmds: ["快捷命令服务配置", "quickcommandServer"],
|
||||
icon: require("../../assets/feature/api.png"),
|
||||
platform: ["win32", "darwin", "linux"],
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user