From 1a4467cd52ddb03c660c87576e0dcd669d09bead Mon Sep 17 00:00:00 2001 From: Fate2077 <47292243+Fate2077@users.noreply.github.com> Date: Fri, 20 Sep 2024 23:50:46 +0800 Subject: [PATCH] Update constant.js --- constants/constant.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/constant.js b/constants/constant.js index 6508299..37228fa 100644 --- a/constants/constant.js +++ b/constants/constant.js @@ -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 },