mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-02-06 02:25:14 +00:00
Compare commits
2 Commits
3e6a82764a
...
fafb9d5a5c
| Author | SHA1 | Date | |
|---|---|---|---|
| fafb9d5a5c | |||
| 998d52b56c |
BIN
assets/jp/base/page/MAIN_GO_TO_MOMOTALK.png
Normal file
BIN
assets/jp/base/page/MAIN_GO_TO_MOMOTALK.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
BIN
assets/jp/base/page/MAIN_GO_TO_PURCHASE.png
Normal file
BIN
assets/jp/base/page/MAIN_GO_TO_PURCHASE.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
BIN
assets/jp/base/page/MAIN_GO_TO_TASK.png
Normal file
BIN
assets/jp/base/page/MAIN_GO_TO_TASK.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
@ -301,6 +301,13 @@ MAIN_GO_TO_MAIL = ButtonWrapper(
|
|||||||
)
|
)
|
||||||
MAIN_GO_TO_MOMOTALK = ButtonWrapper(
|
MAIN_GO_TO_MOMOTALK = ButtonWrapper(
|
||||||
name='MAIN_GO_TO_MOMOTALK',
|
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(
|
share=Button(
|
||||||
file='./assets/share/base/page/MAIN_GO_TO_MOMOTALK.png',
|
file='./assets/share/base/page/MAIN_GO_TO_MOMOTALK.png',
|
||||||
area=(154, 134, 177, 158),
|
area=(154, 134, 177, 158),
|
||||||
@ -311,6 +318,13 @@ MAIN_GO_TO_MOMOTALK = ButtonWrapper(
|
|||||||
)
|
)
|
||||||
MAIN_GO_TO_PURCHASE = ButtonWrapper(
|
MAIN_GO_TO_PURCHASE = ButtonWrapper(
|
||||||
name='MAIN_GO_TO_PURCHASE',
|
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(
|
share=Button(
|
||||||
file='./assets/share/base/page/MAIN_GO_TO_PURCHASE.png',
|
file='./assets/share/base/page/MAIN_GO_TO_PURCHASE.png',
|
||||||
area=(147, 214, 179, 254),
|
area=(147, 214, 179, 254),
|
||||||
@ -341,6 +355,13 @@ MAIN_GO_TO_SHOP = ButtonWrapper(
|
|||||||
)
|
)
|
||||||
MAIN_GO_TO_TASK = ButtonWrapper(
|
MAIN_GO_TO_TASK = ButtonWrapper(
|
||||||
name='MAIN_GO_TO_TASK',
|
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(
|
share=Button(
|
||||||
file='./assets/share/base/page/MAIN_GO_TO_TASK.png',
|
file='./assets/share/base/page/MAIN_GO_TO_TASK.png',
|
||||||
area=(52, 220, 78, 248),
|
area=(52, 220, 78, 248),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user