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 width = 240;
const height = 100; const height = 56;
await sleep(500); await sleep(500);
keyPress("F6"); keyPress("F6");
await sleep(1000); await sleep(1000);

View File

@@ -1,12 +1,12 @@
{ {
"manifest_version": 1, "manifest_version": 1,
"name": "打牌一条龙", "name": "打牌一条龙",
"version": "1.91", "version": "1.9.2",
"description": "只靠一个牌组的话,胜率还是太低了,所以有没有既简单又强势的卡组推荐下呢?", "description": "只靠一个牌组的话,胜率还是太低了,所以有没有既简单又强势的卡组推荐下呢?",
"authors": [ "authors": [
{ {
"name": "柒叶子", "name": "柒叶子",
"link": "https://github.com/511760049" "link": "https://github.com/5117600049"
} }
], ],
"settings_ui": "settings.json", "settings_ui": "settings.json",