js: 七圣召唤七日历练: 修复因OCR区域过大导致牌手姓名可能误识别的问题 (#962)
This commit is contained in:
@@ -204,7 +204,7 @@ async function captureAndStoreTexts() {
|
||||
|
||||
// 截取区域大小
|
||||
const width = 240;
|
||||
const height = 100;
|
||||
const height = 56;
|
||||
await sleep(500);
|
||||
keyPress("F6");
|
||||
await sleep(1000);
|
||||
|
||||
Reference in New Issue
Block a user