🎈pref:优化锅巴描述

This commit is contained in:
秋刀鱼 2024-10-16 11:20:00 +08:00
parent bdd382a3d9
commit dd46897eb2
2 changed files with 3 additions and 3 deletions

View File

@ -202,7 +202,7 @@ export const NETEASECLOUD_QUALITY_LIST = Object.freeze([
{ label: 'Hi-Res', value: 'hires' }, { label: 'Hi-Res', value: 'hires' },
{ label: '高清环绕声', value: 'jyeffect' }, { label: '高清环绕声', value: 'jyeffect' },
{ label: '沉浸环绕声', value: 'sky' }, { label: '沉浸环绕声', value: 'sky' },
{ label: '杜比全景声', value: 'dolby' }, { label: '杜比全景声(不推荐)', value: 'dolby' },
{ label: '超清母带', value: 'jymaster' }, { label: '超清母带', value: 'jymaster' },
]); ]);
/** /**

View File

@ -242,7 +242,7 @@ export function supportGuoba() {
field: "tools.neteaseCloudAPIServer", field: "tools.neteaseCloudAPIServer",
label: "自建网易云API地址", label: "自建网易云API地址",
bottomHelpMessage: bottomHelpMessage:
"填入自建API地址http://xxxxxxxx", "填入自建API地址http://localhost:3000",
component: "Input", component: "Input",
required: false, required: false,
componentProps: { componentProps: {
@ -264,7 +264,7 @@ export function supportGuoba() {
field: "tools.neteaseCloudAudioQuality", field: "tools.neteaseCloudAudioQuality",
label: "网易云解析最高音质", label: "网易云解析最高音质",
bottomHelpMessage: bottomHelpMessage:
"网易云解析最高音质(需vip账号ck 默认极高,更高请根据登陆的账号和服务器承载能力进行选择)", "网易云解析最高音质(目前仅针对自建最新API服务器生效需vip账号ck默认极高,杜比全景声由于编码特殊需要设备支持,更高请根据登陆的账号和服务器承载能力进行选择)",
component: "Select", component: "Select",
componentProps: { componentProps: {
options: NETEASECLOUD_QUALITY_LIST, options: NETEASECLOUD_QUALITY_LIST,