js: 七圣召唤七日历练: 修复因OCR区域过大导致牌手姓名可能误识别的问题 (#962)

This commit is contained in:
Patrick-Ze
2025-06-01 21:58:13 +08:00
committed by GitHub
parent c71bb6b108
commit d08f26a656
2 changed files with 4 additions and 4 deletions

View File

@@ -204,7 +204,7 @@ async function captureAndStoreTexts() {
// 截取区域大小
const width = 240;
const height = 100;
const height = 56;
await sleep(500);
keyPress("F6");
await sleep(1000);