This commit is contained in:
IndieKKY
2024-10-06 14:08:58 +08:00
parent 6e9132d657
commit 4b13230dc2
11 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import * as JsSearch from 'js-search'
import {uniq} from 'lodash-es'
import {getWords, getWordsPinyin} from './pinyin_util'
import {getWords, getWordsPinyin} from './pinyinUtil'
const tokenize = (maxLength: number, content: string, options?: SearchOptions) => {
const result: string[] = []