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