快捷命令服务改为内置 feature

This commit is contained in:
fofolee
2022-05-08 23:30:07 +08:00
parent 1e3042d7a0
commit 1b40855578
9 changed files with 105 additions and 56 deletions

View File

@@ -12,11 +12,10 @@ export default {
quickUrlTag: "网址",
pluNickNameEnable: false,
pluNickNameTag: "别名",
apiServerEnable: false,
apiServerPort: 33442,
},
native: {
crontabs: {},
apiServerStatus: false
serverPort: 33442,
serverStatus: false
}
}

View File

@@ -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"],
}
}