1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 22:14:51 +00:00

feat: traditional chinese

This commit is contained in:
RedDeadDepresso
2024-01-07 20:53:43 +00:00
committed by YoursFunny
parent e28b2f1e2e
commit f4ad80d17e
228 changed files with 1234 additions and 6 deletions
+14
View File
@@ -19,6 +19,13 @@ MAIL_RECEIVE = ButtonWrapper(
color=(207, 188, 63),
button=(1047, 643, 1231, 700),
),
zht=Button(
file='./assets/zht/mail/MAIL_RECEIVE.png',
area=(1045, 641, 1229, 696),
search=(1025, 621, 1249, 716),
color=(231, 214, 68),
button=(1045, 641, 1229, 696),
),
)
MAIL_RECEIVED = ButtonWrapper(
name='MAIL_RECEIVED',
@@ -36,4 +43,11 @@ MAIL_RECEIVED = ButtonWrapper(
color=(204, 205, 206),
button=(1072, 649, 1197, 686),
),
zht=Button(
file='./assets/zht/mail/MAIL_RECEIVED.png',
area=(1042, 643, 1230, 704),
search=(1022, 623, 1250, 720),
color=(209, 210, 211),
button=(1042, 643, 1230, 704),
),
)