mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04:52 +00:00
feat: traditional chinese
This commit is contained in:
@@ -13,6 +13,13 @@ CONFIRM_PURCHASE = ButtonWrapper(
|
||||
color=(217, 218, 219),
|
||||
button=(668, 458, 865, 514),
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/shop/CONFIRM_PURCHASE.png',
|
||||
area=(523, 224, 755, 320),
|
||||
search=(503, 204, 775, 340),
|
||||
color=(214, 215, 215),
|
||||
button=(669, 456, 873, 518),
|
||||
),
|
||||
)
|
||||
CONFIRM_REFRESH = ButtonWrapper(
|
||||
name='CONFIRM_REFRESH',
|
||||
@@ -24,6 +31,13 @@ CONFIRM_REFRESH = ButtonWrapper(
|
||||
color=(202, 203, 204),
|
||||
button=(675, 434, 863, 500),
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/shop/CONFIRM_REFRESH.png',
|
||||
area=(504, 260, 782, 308),
|
||||
search=(484, 240, 802, 328),
|
||||
color=(205, 206, 207),
|
||||
button=(671, 432, 866, 498),
|
||||
),
|
||||
)
|
||||
ITEM_LIST = ButtonWrapper(
|
||||
name='ITEM_LIST',
|
||||
@@ -35,6 +49,13 @@ ITEM_LIST = ButtonWrapper(
|
||||
color=(193, 206, 213),
|
||||
button=(625, 127, 1244, 610),
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/shop/ITEM_LIST.png',
|
||||
area=(625, 127, 1244, 610),
|
||||
search=(605, 107, 1264, 630),
|
||||
color=(193, 206, 213),
|
||||
button=(625, 127, 1244, 610),
|
||||
),
|
||||
)
|
||||
NORMAL_OFF = ButtonWrapper(
|
||||
name='NORMAL_OFF',
|
||||
@@ -46,6 +67,13 @@ NORMAL_OFF = ButtonWrapper(
|
||||
color=(248, 248, 245),
|
||||
button=(4, 111, 213, 167),
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/shop/NORMAL_OFF.png',
|
||||
area=(4, 104, 214, 155),
|
||||
search=(0, 84, 234, 175),
|
||||
color=(249, 248, 245),
|
||||
button=(4, 104, 214, 155),
|
||||
),
|
||||
)
|
||||
NORMAL_ON = ButtonWrapper(
|
||||
name='NORMAL_ON',
|
||||
@@ -57,6 +85,13 @@ NORMAL_ON = ButtonWrapper(
|
||||
color=(57, 78, 96),
|
||||
button=(4, 109, 212, 170),
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/shop/NORMAL_ON.png',
|
||||
area=(2, 109, 206, 167),
|
||||
search=(0, 89, 226, 187),
|
||||
color=(56, 77, 97),
|
||||
button=(2, 109, 206, 167),
|
||||
),
|
||||
)
|
||||
OCR_REFRESH = ButtonWrapper(
|
||||
name='OCR_REFRESH',
|
||||
@@ -68,6 +103,13 @@ OCR_REFRESH = ButtonWrapper(
|
||||
color=(225, 225, 226),
|
||||
button=(712, 302, 762, 344),
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/shop/OCR_REFRESH.png',
|
||||
area=(673, 303, 731, 341),
|
||||
search=(653, 283, 751, 361),
|
||||
color=(226, 227, 227),
|
||||
button=(673, 303, 731, 341),
|
||||
),
|
||||
)
|
||||
PURCHASE = ButtonWrapper(
|
||||
name='PURCHASE',
|
||||
@@ -79,6 +121,13 @@ PURCHASE = ButtonWrapper(
|
||||
color=(226, 206, 65),
|
||||
button=(1102, 640, 1227, 684),
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/shop/PURCHASE.png',
|
||||
area=(1105, 640, 1231, 681),
|
||||
search=(1085, 620, 1251, 701),
|
||||
color=(212, 191, 62),
|
||||
button=(1105, 640, 1231, 681),
|
||||
),
|
||||
)
|
||||
REFRESH = ButtonWrapper(
|
||||
name='REFRESH',
|
||||
@@ -90,6 +139,13 @@ REFRESH = ButtonWrapper(
|
||||
color=(231, 234, 237),
|
||||
button=(1098, 643, 1223, 682),
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/shop/REFRESH.png',
|
||||
area=(1096, 644, 1226, 681),
|
||||
search=(1076, 624, 1246, 701),
|
||||
color=(221, 224, 229),
|
||||
button=(1096, 644, 1226, 681),
|
||||
),
|
||||
)
|
||||
TC_OFF = ButtonWrapper(
|
||||
name='TC_OFF',
|
||||
@@ -101,6 +157,13 @@ TC_OFF = ButtonWrapper(
|
||||
color=(239, 242, 244),
|
||||
button=(2, 503, 209, 558),
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/shop/TC_OFF.png',
|
||||
area=(4, 503, 211, 553),
|
||||
search=(0, 483, 231, 573),
|
||||
color=(235, 239, 241),
|
||||
button=(4, 503, 211, 553),
|
||||
),
|
||||
)
|
||||
TC_ON = ButtonWrapper(
|
||||
name='TC_ON',
|
||||
@@ -112,4 +175,11 @@ TC_ON = ButtonWrapper(
|
||||
color=(62, 84, 99),
|
||||
button=(3, 493, 208, 548),
|
||||
),
|
||||
zht=Button(
|
||||
file='./assets/zht/shop/TC_ON.png',
|
||||
area=(0, 492, 211, 548),
|
||||
search=(0, 472, 231, 568),
|
||||
color=(65, 86, 98),
|
||||
button=(0, 492, 211, 548),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user