muti-language-search

This commit is contained in:
JamesFlare1212
2023-04-27 14:07:09 +08:00
parent 0079bd21d8
commit 24b9b4977b
2 changed files with 2 additions and 2 deletions

View File

@@ -17,4 +17,4 @@
tokenize: function(str) {
return str.replace(/[\x00-\x7F]/g, '').split('');
}
}
}