From de3347cea1a390fdcdfa7539b49629bc90997db4 Mon Sep 17 00:00:00 2001 From: InfinityPacer <160988576+InfinityPacer@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:32:09 +0800 Subject: [PATCH] feat(encoding): add detection performance mode --- src/views/setting/AccountSettingSystem.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/views/setting/AccountSettingSystem.vue b/src/views/setting/AccountSettingSystem.vue index e515723f..e3382e18 100644 --- a/src/views/setting/AccountSettingSystem.vue +++ b/src/views/setting/AccountSettingSystem.vue @@ -28,6 +28,7 @@ const SystemSettings = ref({ GLOBAL_IMAGE_CACHE: false, BIG_MEMORY_MODE: false, DB_WAL_ENABLE: false, + ENCODING_DETECTION_PERFORMANCE_MODE: true, // 媒体 TMDB_API_DOMAIN: null, TMDB_IMAGE_DOMAIN: null, @@ -700,7 +701,7 @@ onDeactivated(() => {
- + { persistent-hint /> - + { persistent-hint /> + + +