mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🎈pref:优化锅巴描述
This commit is contained in:
parent
bdd382a3d9
commit
dd46897eb2
@ -202,7 +202,7 @@ export const NETEASECLOUD_QUALITY_LIST = Object.freeze([
|
||||
{ label: 'Hi-Res', value: 'hires' },
|
||||
{ label: '高清环绕声', value: 'jyeffect' },
|
||||
{ label: '沉浸环绕声', value: 'sky' },
|
||||
{ label: '杜比全景声', value: 'dolby' },
|
||||
{ label: '杜比全景声(不推荐)', value: 'dolby' },
|
||||
{ label: '超清母带', value: 'jymaster' },
|
||||
]);
|
||||
/**
|
||||
|
@ -242,7 +242,7 @@ export function supportGuoba() {
|
||||
field: "tools.neteaseCloudAPIServer",
|
||||
label: "自建网易云API地址",
|
||||
bottomHelpMessage:
|
||||
"填入自建API地址,例:http://xxxxxxxx",
|
||||
"填入自建API地址,例:http://localhost:3000",
|
||||
component: "Input",
|
||||
required: false,
|
||||
componentProps: {
|
||||
@ -264,7 +264,7 @@ export function supportGuoba() {
|
||||
field: "tools.neteaseCloudAudioQuality",
|
||||
label: "网易云解析最高音质",
|
||||
bottomHelpMessage:
|
||||
"网易云解析最高音质(需vip账号ck!!! 默认极高,更高请根据登陆的账号和服务器承载能力进行选择)",
|
||||
"网易云解析最高音质(目前仅针对自建最新API服务器生效!!需vip账号ck!!默认极高,杜比全景声由于编码特殊需要设备支持,更高请根据登陆的账号和服务器承载能力进行选择)",
|
||||
component: "Select",
|
||||
componentProps: {
|
||||
options: NETEASECLOUD_QUALITY_LIST,
|
||||
|
Loading…
x
Reference in New Issue
Block a user