移除 TOKENIZED_SEARCH 设定

This commit is contained in:
jxxghp
2025-06-11 00:01:34 +08:00
parent f0aefdfdf8
commit e7dc61e3d9
@@ -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>