feat: 新增优先使用插件识别的功能

This commit is contained in:
Castell
2026-03-02 18:26:22 +08:00
parent c9f4fdbee8
commit ae4c59bfdb
4 changed files with 17 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ const SystemSettings = ref<any>({
AUTO_UPDATE_RESOURCE: true,
MOVIEPILOT_AUTO_UPDATE: false,
// 媒体
RECOGNIZE_PLUGIN_FIRST: false,
TMDB_API_DOMAIN: null,
TMDB_IMAGE_DOMAIN: null,
TMDB_LOCALE: null,
@@ -1102,6 +1103,16 @@ onDeactivated(() => {
/>
</VCol>
</VRow>
<VRow>
<VCol cols="12" md="6">
<VSwitch
v-model="SystemSettings.Advanced.RECOGNIZE_PLUGIN_FIRST"
:label="t('setting.system.recognizePluginFirst')"
:hint="t('setting.system.recognizePluginFirstHint')"
persistent-hint
/>
</VCol>
</VRow>
<!-- 刮削开关设置 -->
<VRow class="mt-4">