fix: small letter doesn't show

This commit is contained in:
JamesFlare1212
2023-04-27 14:19:19 +08:00
parent f80df51714
commit 6a6b81069e

View File

@@ -13,8 +13,5 @@
- id: bookSearchConfig - id: bookSearchConfig
translation: | translation: |
{ {
encode: false, split: " "
tokenize: function(str) {
return str.replace(/[\x00-\x7F]/g, '').split('');
}
} }