From cd98e4b37b92922f681c6051812556a1f1165884 Mon Sep 17 00:00:00 2001 From: 5117600049 <511760049@qq.com> Date: Thu, 3 Jul 2025 20:45:41 +0800 Subject: [PATCH] =?UTF-8?q?JS=E8=84=9A=E6=9C=AC=E6=89=93=E7=89=8C=E4=B8=80?= =?UTF-8?q?=E6=9D=A1=E9=BE=99=EF=BC=9A=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=BD=93?= =?UTF-8?q?=E4=BA=8C=E5=8F=B7=E6=A1=8C=E5=AD=98=E5=9C=A8=E6=8C=91=E6=88=98?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E6=97=B6=EF=BC=8C=E5=8F=AF=E8=83=BD=E8=AF=86?= =?UTF-8?q?=E5=88=AB=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98=20(#1264?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update main.js * Update manifest.json --- repo/js/七圣召唤七日历练全自动/main.js | 16 ++++++++-------- repo/js/七圣召唤七日历练全自动/manifest.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/repo/js/七圣召唤七日历练全自动/main.js b/repo/js/七圣召唤七日历练全自动/main.js index eeb358e7..5089ba0b 100644 --- a/repo/js/七圣召唤七日历练全自动/main.js +++ b/repo/js/七圣召唤七日历练全自动/main.js @@ -260,12 +260,12 @@ const detectCardPlayer = async () => { let i = 0; let findNum = 0; const checkPoints = [ - { x: 640, y: 750, action: async () => await gotoTable1() }, // 点位1 - { x: 810, y: 790, action: async () => await gotoTable2() }, // 点位2 - { x: 810, y: 600, action: async () => await gotoTable3() }, // 点位3 - { x: 610, y: 360, action: async () => await gotoTable4() }, // 点位4 - { x: 700, y: 5, action: async () => await gotoTable5() }, // 点位5 - { x: 290, y: 530, action: async () => await gotoTable6() }, // 点位6 + { x: 1475, y: 730, action: async () => await gotoTable1() }, // 1号桌 + { x: 1680, y: 780, action: async () => await gotoTable2() }, // 2号桌 + { x: 1645, y: 575, action: async () => await gotoTable3() }, // 3号桌 + { x: 1460, y: 360, action: async () => await gotoTable4() }, // 4号桌 + { x: 1550, y: 0 , action: async () => await gotoTable5() }, // 包间1 + { x: 1130, y: 520, action: async () => await gotoTable6() }, // 包间2 ]; keyPress("M"); @@ -277,9 +277,9 @@ const detectCardPlayer = async () => { moveMouseTo(200, 200); leftButtonDown(); await sleep(500); - moveMouseTo(170, 288); + moveMouseTo(170, 320); await sleep(500); - moveMouseTo(104, 1000); + moveMouseTo(970, 1000); await sleep(500); leftButtonUp(); await sleep(500); diff --git a/repo/js/七圣召唤七日历练全自动/manifest.json b/repo/js/七圣召唤七日历练全自动/manifest.json index 1578784f..737fe0f4 100644 --- a/repo/js/七圣召唤七日历练全自动/manifest.json +++ b/repo/js/七圣召唤七日历练全自动/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "打牌一条龙", - "version": "1.9.5", + "version": "1.9.6", "description": "已添加 CD 管理,执行完后会检测是否全部挑战成功,之后会记录本次时间进入CD,如果想要重置请前往assets/weekly.txt中删除内容", "authors": [ {