src/main.mjs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main.mjs
@@ -446,7 +446,7 @@ let finishCnt = 0; const finishBooks = []; const threadSize = config.threadSize; const thBookSize = endRow - startRow / threadSize const thBookSize = (endRow - startRow) / threadSize for (let sr = startRow; sr < endRow; sr += thBookSize) { let er = sr + thBookSize; if (er > endRow) {