From bf15b7ad092d4cf8aac433a62ab017f8efd6a194 Mon Sep 17 00:00:00 2001 From: MistEO Date: Tue, 8 Nov 2022 20:38:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=88=98=E6=96=97=E7=BC=96=E9=98=9F=E6=97=B6=E7=9A=84=E6=BB=91?= =?UTF-8?q?=E5=8A=A8=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rdparty/VisionOCR | 2 +- resource/tasks.json | 24 ++++++++++++------------ src/MeoAsstMac | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/3rdparty/VisionOCR b/3rdparty/VisionOCR index 4f63d97232..c8272fbaff 160000 --- a/3rdparty/VisionOCR +++ b/3rdparty/VisionOCR @@ -1 +1 @@ -Subproject commit 4f63d97232ae10764f456bd7a3ea0d47b6f28576 +Subproject commit c8272fbaff466b2478f6f1328be8dba8cfda5f22 diff --git a/resource/tasks.json b/resource/tasks.json index ce69d3867b..a4c2c64939 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -6800,22 +6800,10 @@ 310, 100, 100 - ], - "rectMove": [ - 1080, - 310, - 100, - 100 ] }, "OperListSlowlySwipeToTheRight": { "baseTask": "SlowlySwipeToTheRight", - "specificRect": [ - 1080, - 310, - 100, - 100 - ], "rectMove": [ 400, 310, @@ -9059,10 +9047,22 @@ 310, 100, 100 + ], + "rectMove": [ + 1080, + 310, + 100, + 100 ] }, "RoguelikeRecruitOperListSlowlySwipeToTheRight": { "baseTask": "OperListSlowlySwipeToTheRight", + "specificRect": [ + 1080, + 310, + 100, + 100 + ], "rectMove": [ 560, 310, diff --git a/src/MeoAsstMac b/src/MeoAsstMac index 2767e73479..aaf24b2cd7 160000 --- a/src/MeoAsstMac +++ b/src/MeoAsstMac @@ -1 +1 @@ -Subproject commit 2767e734795cd283919d7eee1d552d2e9b6333a2 +Subproject commit aaf24b2cd7611176d65e2f93465028ce56859340