update at 2026-02-08 12:08:50
This commit is contained in:
@@ -11,7 +11,7 @@ const fontTree = computed(() => fontStore.fontTree)
|
||||
const normalizedSearchKeyword = computed(() => searchKeyword.value.trim().toLowerCase())
|
||||
const isSelectedOnlyMode = computed(() => {
|
||||
const keyword = normalizedSearchKeyword.value
|
||||
return keyword.includes('选中') || keyword.includes('选择') || keyword.includes('已选')
|
||||
return keyword.includes('选中') || keyword.includes('选择') || keyword.includes('已选') || keyword.includes('xuan')
|
||||
})
|
||||
const normalizedNameSearchKeyword = computed(() => {
|
||||
return isSelectedOnlyMode.value ? '' : normalizedSearchKeyword.value
|
||||
|
||||
Reference in New Issue
Block a user