1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 19:55:12 +00:00

fix: update zht assets

This commit is contained in:
YoursFunny 2024-01-30 23:02:10 +08:00
parent 5d9c14b5d4
commit 07261d5438
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C
7 changed files with 21 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -621,10 +621,10 @@ WORK_CHECK = ButtonWrapper(
), ),
zht=Button( zht=Button(
file='./assets/zht/base/page/WORK_CHECK.png', file='./assets/zht/base/page/WORK_CHECK.png',
area=(668, 402, 774, 442), area=(105, 9, 164, 39),
search=(648, 382, 794, 462), search=(85, 0, 184, 59),
color=(182, 199, 224), color=(165, 176, 188),
button=(668, 402, 774, 442), button=(105, 9, 164, 39),
), ),
) )
WORK_GO_TO_BOUNTY = ButtonWrapper( WORK_GO_TO_BOUNTY = ButtonWrapper(
@ -645,10 +645,10 @@ WORK_GO_TO_BOUNTY = ButtonWrapper(
), ),
zht=Button( zht=Button(
file='./assets/zht/base/page/WORK_GO_TO_BOUNTY.png', file='./assets/zht/base/page/WORK_GO_TO_BOUNTY.png',
area=(668, 402, 774, 442), area=(668, 410, 770, 438),
search=(648, 382, 794, 462), search=(648, 390, 790, 458),
color=(182, 199, 224), color=(170, 185, 211),
button=(668, 402, 774, 442), button=(668, 410, 770, 438),
), ),
) )
WORK_GO_TO_COMMISSIONS = ButtonWrapper( WORK_GO_TO_COMMISSIONS = ButtonWrapper(
@ -669,10 +669,10 @@ WORK_GO_TO_COMMISSIONS = ButtonWrapper(
), ),
zht=Button( zht=Button(
file='./assets/zht/base/page/WORK_GO_TO_COMMISSIONS.png', file='./assets/zht/base/page/WORK_GO_TO_COMMISSIONS.png',
area=(656, 487, 759, 526), area=(656, 492, 757, 519),
search=(636, 467, 779, 546), search=(636, 472, 777, 539),
color=(194, 207, 223), color=(177, 190, 212),
button=(656, 487, 759, 526), button=(656, 492, 757, 519),
), ),
) )
WORK_GO_TO_EVENT = ButtonWrapper( WORK_GO_TO_EVENT = ButtonWrapper(
@ -693,10 +693,10 @@ WORK_GO_TO_EVENT = ButtonWrapper(
), ),
zht=Button( zht=Button(
file='./assets/zht/base/page/WORK_GO_TO_EVENT.png', file='./assets/zht/base/page/WORK_GO_TO_EVENT.png',
area=(65, 129, 142, 207), area=(65, 126, 140, 206),
search=(45, 109, 162, 227), search=(45, 106, 160, 226),
color=(136, 159, 172), color=(142, 137, 138),
button=(65, 129, 142, 207), button=(65, 126, 140, 206),
), ),
) )
WORK_GO_TO_MISSION = ButtonWrapper( WORK_GO_TO_MISSION = ButtonWrapper(
@ -741,10 +741,10 @@ WORK_GO_TO_SCHOOL_EXCHANGE = ButtonWrapper(
), ),
zht=Button( zht=Button(
file='./assets/zht/base/page/WORK_GO_TO_SCHOOL_EXCHANGE.png', file='./assets/zht/base/page/WORK_GO_TO_SCHOOL_EXCHANGE.png',
area=(643, 567, 768, 610), area=(643, 575, 764, 601),
search=(623, 547, 788, 630), search=(623, 555, 784, 621),
color=(186, 201, 220), color=(171, 185, 208),
button=(643, 567, 768, 610), button=(643, 575, 764, 601),
), ),
) )
WORK_GO_TO_STORY = ButtonWrapper( WORK_GO_TO_STORY = ButtonWrapper(

View File

@ -13,6 +13,7 @@ CIRCLE = ButtonWrapper(
button=(188, 299, 435, 456), button=(188, 299, 435, 456),
), ),
en=None, en=None,
zht=None,
) )
GET_REWARD_AP = ButtonWrapper( GET_REWARD_AP = ButtonWrapper(
name='GET_REWARD_AP', name='GET_REWARD_AP',