mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
移除 TOKENIZED_SEARCH 设定
This commit is contained in:
@@ -67,7 +67,6 @@ const SystemSettings = ref<any>({
|
|||||||
// 实验室
|
// 实验室
|
||||||
PLUGIN_AUTO_RELOAD: false,
|
PLUGIN_AUTO_RELOAD: false,
|
||||||
ENCODING_DETECTION_PERFORMANCE_MODE: true,
|
ENCODING_DETECTION_PERFORMANCE_MODE: true,
|
||||||
TOKENIZED_SEARCH: false,
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -1217,14 +1216,6 @@ onDeactivated(() => {
|
|||||||
persistent-hint
|
persistent-hint
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
<VCol cols="12" md="6">
|
|
||||||
<VSwitch
|
|
||||||
v-model="SystemSettings.Advanced.TOKENIZED_SEARCH"
|
|
||||||
:label="t('setting.system.tokenizedSearch')"
|
|
||||||
:hint="t('setting.system.tokenizedSearchHint')"
|
|
||||||
persistent-hint
|
|
||||||
/>
|
|
||||||
</VCol>
|
|
||||||
</VRow>
|
</VRow>
|
||||||
</div>
|
</div>
|
||||||
</VWindowItem>
|
</VWindowItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user