From 1af9abd8eafce1874e2f122b16bcc0dee56f28d3 Mon Sep 17 00:00:00 2001 From: viarotel Date: Fri, 3 Nov 2023 09:10:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Video=20codec=20preset=20?= =?UTF-8?q?error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Preference/AudioCodecSelect/index.vue | 22 ++++++------ .../Preference/DisplaySelect/index.vue | 18 +++++----- .../Preference/LanguageSelect/index.vue | 34 ++++++++----------- src/components/Preference/PathInput/index.vue | 22 +++++------- .../Preference/VideoCodecSelect/index.vue | 21 +++++++----- src/store/preference/model/video/index.js | 16 ++++----- 6 files changed, 63 insertions(+), 70 deletions(-) diff --git a/src/components/Preference/AudioCodecSelect/index.vue b/src/components/Preference/AudioCodecSelect/index.vue index 96a83487..0b7265bc 100644 --- a/src/components/Preference/AudioCodecSelect/index.vue +++ b/src/components/Preference/AudioCodecSelect/index.vue @@ -1,11 +1,10 @@