This commit is contained in:
zyronon
2023-09-23 02:07:52 +08:00
parent 56133b58c9
commit 877cdef70d
2 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ export function splitEnArticle(text: string, lang: string = 'en', keyboardMap: K
// console.log('splitEnArticle length', text.length)
text.split('').map((v, i, arr) => {
if (i > 2306) debugger
// if (i > 2306) debugger
switch (v) {
case ' ':
if (word.name) {