1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

fix(task): check all claimed

This commit is contained in:
2023-12-23 16:21:46 +08:00
parent 694d88a339
commit 8ccb3d3d22
4 changed files with 26 additions and 1 deletions
+22
View File
@@ -14,6 +14,28 @@ CLAIM = ButtonWrapper(
button=(935, 639, 1015, 698),
),
)
CLAIMED = ButtonWrapper(
name='CLAIMED',
jp=None,
en=Button(
file='./assets/en/task/CLAIMED.png',
area=(937, 641, 1010, 696),
search=(917, 621, 1030, 716),
color=(212, 212, 211),
button=(937, 641, 1010, 696),
),
)
CLAIMED_ALL = ButtonWrapper(
name='CLAIMED_ALL',
jp=None,
en=Button(
file='./assets/en/task/CLAIMED_ALL.png',
area=(1058, 641, 1240, 701),
search=(1038, 621, 1260, 720),
color=(193, 193, 196),
button=(1058, 641, 1240, 701),
),
)
CLAIM_ALL = ButtonWrapper(
name='CLAIM_ALL',
jp=None,