🦄 reactor: 调整锅巴顺序

This commit is contained in:
zhiyu1998 2024-11-06 17:23:52 +08:00
parent e9dd342e88
commit dbee8d9f97

View File

@ -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地址",