1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-02-06 00:15:13 +00:00

fix: update assets file

This commit is contained in:
YoursFunny 2026-01-20 19:48:40 +08:00
parent 602311b8c5
commit 2fbc6586df
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

View File

@ -221,6 +221,13 @@ MAIN_GO_TO_MAIL = ButtonWrapper(
)
MAIN_GO_TO_MOMOTALK = ButtonWrapper(
name='MAIN_GO_TO_MOMOTALK',
jp=Button(
file='./assets/jp/base/page/MAIN_GO_TO_MOMOTALK.png',
area=(138, 130, 159, 161),
search=(118, 110, 179, 181),
color=(251, 215, 224),
button=(138, 130, 159, 161),
),
share=Button(
file='./assets/share/base/page/MAIN_GO_TO_MOMOTALK.png',
area=(154, 134, 177, 158),
@ -231,6 +238,13 @@ MAIN_GO_TO_MOMOTALK = ButtonWrapper(
)
MAIN_GO_TO_PURCHASE = ButtonWrapper(
name='MAIN_GO_TO_PURCHASE',
jp=Button(
file='./assets/jp/base/page/MAIN_GO_TO_PURCHASE.png',
area=(135, 211, 168, 250),
search=(115, 191, 188, 270),
color=(166, 207, 238),
button=(135, 211, 168, 250),
),
share=Button(
file='./assets/share/base/page/MAIN_GO_TO_PURCHASE.png',
area=(147, 214, 179, 254),
@ -261,6 +275,13 @@ MAIN_GO_TO_SHOP = ButtonWrapper(
)
MAIN_GO_TO_TASK = ButtonWrapper(
name='MAIN_GO_TO_TASK',
jp=Button(
file='./assets/jp/base/page/MAIN_GO_TO_TASK.png',
area=(47, 219, 70, 246),
search=(27, 199, 90, 266),
color=(212, 204, 208),
button=(47, 219, 70, 246),
),
share=Button(
file='./assets/share/base/page/MAIN_GO_TO_TASK.png',
area=(52, 220, 78, 248),