diff --git a/guoba.support.js b/guoba.support.js index 63ca29c..6551c6b 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -264,10 +264,10 @@ export function supportGuoba() { }, }, { - field: "tools.useLocalNeteaseAPI", - label: "使用自建网易云API", + field: "tools.isSendVocal", + label: "网易云开启仅发送音频", bottomHelpMessage: - "默认不开启,有条件可以查看https://gitlab.com/Binaryify/neteasecloudmusicapi进行搭建", + "默认开启,识别音乐之后是否转化群语音发送,关闭将获得一定的性能提升", component: "Switch", required: false, }, @@ -279,14 +279,6 @@ export function supportGuoba() { component: "Switch", required: false, }, - { - field: "tools.isSendVocal", - label: "开启转语音", - bottomHelpMessage: - "默认开启,识别音乐之后是否转化群语音发送,关闭将获得一定的性能提升", - component: "Switch", - required: false, - }, { field: "tools.songRequestMaxList", label: "点歌列表长度", @@ -298,6 +290,14 @@ export function supportGuoba() { placeholder: "填入长度", }, }, + { + field: "tools.useLocalNeteaseAPI", + label: "使用自建网易云API", + bottomHelpMessage: + "默认不开启,有条件可以查看https://gitlab.com/Binaryify/neteasecloudmusicapi进行搭建", + component: "Switch", + required: false, + }, { field: "tools.neteaseCloudAPIServer", label: "自建网易云API地址",