Upd: ASSIGNMENT_CHECK

This commit is contained in:
LmeSzinc 2024-05-08 13:32:47 +08:00
parent 7d9ae07e5e
commit 816c787ed0
4 changed files with 13 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -5,12 +5,19 @@ from module.base.button import Button, ButtonWrapper
ASSIGNMENT_CHECK = ButtonWrapper(
name='ASSIGNMENT_CHECK',
share=Button(
file='./assets/share/base/page/ASSIGNMENT_CHECK.png',
area=(45, 21, 70, 53),
search=(25, 1, 90, 73),
color=(162, 145, 112),
button=(45, 21, 70, 53),
cn=Button(
file='./assets/cn/base/page/ASSIGNMENT_CHECK.png',
area=(535, 165, 587, 181),
search=(515, 145, 607, 201),
color=(207, 199, 181),
button=(535, 165, 587, 181),
),
en=Button(
file='./assets/en/base/page/ASSIGNMENT_CHECK.png',
area=(535, 165, 581, 180),
search=(515, 145, 601, 200),
color=(204, 195, 176),
button=(535, 165, 581, 180),
),
)
BACK = ButtonWrapper(