Fix: take picture method

This commit is contained in:
Hengyu 2023-06-07 20:00:52 +08:00 committed by LmeSzinc
parent 880b254d89
commit 77c0e5044c
4 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -17,10 +17,10 @@ CAMERA_CHECK = ButtonWrapper(
name='CAMERA_CHECK',
share=Button(
file='./assets/share/base/page/CAMERA_CHECK.png',
area=(1120, 346, 1160, 375),
search=(1100, 326, 1180, 395),
color=(215, 215, 215),
button=(1120, 346, 1160, 375),
area=(1120, 344, 1160, 375),
search=(1100, 324, 1180, 395),
color=(172, 173, 172),
button=(1120, 344, 1160, 375),
),
)
CHARACTER_CHECK = ButtonWrapper(

View File

@ -17,9 +17,9 @@ TAKE_PICTURE = ButtonWrapper(
name='TAKE_PICTURE',
share=Button(
file='./assets/share/daily/TAKE_PICTURE.png',
area=(1120, 346, 1160, 375),
search=(1100, 326, 1180, 395),
color=(215, 215, 215),
button=(1120, 346, 1160, 375),
area=(1120, 344, 1160, 375),
search=(1100, 324, 1180, 395),
color=(172, 173, 172),
button=(1120, 344, 1160, 375),
),
)