Merge pull request #18 from Fate2077/master

改正分辨率的参数
This commit is contained in:
Zhiyu 2024-09-20 15:59:31 +00:00 committed by GitHub
commit 282d5be643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,8 +178,8 @@ export const BILI_DOWNLOAD_METHOD = Object.freeze([
]);
export const BILI_RESOLUTION_LIST = Object.freeze([
{ label: '4K 超清', value: 0 },
{ label: '1080P 60帧', value: 1 },
{ label: '8K 超高清', value: 0 },
{ label: '4K 超清', value: 1 },
{ label: '1080P 高码率', value: 2 },
{ label: '1080P 高清', value: 3 },
{ label: '720P 高清', value: 4 },