1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-27 19:44:52 +00:00

feat(login): add update download confirm

This commit is contained in:
2023-11-10 21:13:49 +08:00
parent f91fc2c55d
commit f1e3cd9810
4 changed files with 13 additions and 2 deletions
+10
View File
@@ -23,3 +23,13 @@ LOGIN_LOADING = ButtonWrapper(
button=(34, 682, 60, 707),
),
)
UPDATE = ButtonWrapper(
name='UPDATE',
jp=Button(
file='./assets/jp/login/UPDATE.png',
area=(526, 87, 756, 117),
search=(506, 67, 776, 137),
color=(183, 192, 201),
button=(666, 527, 872, 595),
),
)