mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
commit
282d5be643
@ -178,8 +178,8 @@ export const BILI_DOWNLOAD_METHOD = Object.freeze([
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
export const BILI_RESOLUTION_LIST = Object.freeze([
|
export const BILI_RESOLUTION_LIST = Object.freeze([
|
||||||
{ label: '4K 超清', value: 0 },
|
{ label: '8K 超高清', value: 0 },
|
||||||
{ label: '1080P 60帧', value: 1 },
|
{ label: '4K 超清', value: 1 },
|
||||||
{ label: '1080P 高码率', value: 2 },
|
{ label: '1080P 高码率', value: 2 },
|
||||||
{ label: '1080P 高清', value: 3 },
|
{ label: '1080P 高清', value: 3 },
|
||||||
{ label: '720P 高清', value: 4 },
|
{ label: '720P 高清', value: 4 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user