移除 TOKENIZED_SEARCH 设定

This commit is contained in:
jxxghp
2025-06-11 00:01:34 +08:00
parent f0aefdfdf8
commit e7dc61e3d9

View File

@@ -67,7 +67,6 @@ const SystemSettings = ref<any>({
// 实验室
PLUGIN_AUTO_RELOAD: false,
ENCODING_DETECTION_PERFORMANCE_MODE: true,
TOKENIZED_SEARCH: false,
},
})
@@ -1217,14 +1216,6 @@ onDeactivated(() => {
persistent-hint
/>
</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>
</div>
</VWindowItem>