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

fix(popup): support another type of network reconnection

This commit is contained in:
2023-11-07 19:14:01 +08:00
parent f7444e29dc
commit 2e4a1f144b
4 changed files with 15 additions and 3 deletions
+13 -3
View File
@@ -27,9 +27,9 @@ DAILY_REWARD = ButtonWrapper(
name='DAILY_REWARD',
jp=Button(
file='./assets/jp/base/popup/DAILY_REWARD.png',
area=(854, 117, 1008, 165),
search=(834, 97, 1028, 185),
color=(178, 167, 112),
area=(416, 165, 434, 216),
search=(396, 145, 454, 236),
color=(203, 227, 237),
button=(920, 632, 1140, 712),
),
)
@@ -73,3 +73,13 @@ NETWORK_RECONNECT = ButtonWrapper(
button=(663, 467, 870, 537),
),
)
NETWORK_RECONNECT_OK = ButtonWrapper(
name='NETWORK_RECONNECT_OK',
jp=Button(
file='./assets/jp/base/popup/NETWORK_RECONNECT_OK.png',
area=(744, 487, 791, 515),
search=(724, 467, 811, 535),
color=(91, 165, 196),
button=(665, 468, 870, 536),
),
)