mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-17 00:15:13 +00:00
Compare commits
No commits in common. "1d618d1624ddf425e926d0e440f50a2a4ab39edb" and "62ef4c733c57e3d9109e5aa37ab98096616b334a" have entirely different histories.
1d618d1624
...
62ef4c733c
BIN
assets/jp/item/data/OCR_AP.png
Normal file
BIN
assets/jp/item/data/OCR_AP.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
BIN
assets/jp/item/data/OCR_DATA.png
Normal file
BIN
assets/jp/item/data/OCR_DATA.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
@ -5,21 +5,35 @@ from module.base.button import Button, ButtonWrapper
|
|||||||
|
|
||||||
OCR_AP = ButtonWrapper(
|
OCR_AP = ButtonWrapper(
|
||||||
name='OCR_AP',
|
name='OCR_AP',
|
||||||
share=Button(
|
jp=Button(
|
||||||
file='./assets/share/item/data/OCR_AP.png',
|
file='./assets/jp/item/data/OCR_AP.png',
|
||||||
area=(535, 13, 660, 36),
|
area=(535, 13, 660, 36),
|
||||||
search=(515, 0, 680, 56),
|
search=(515, 0, 680, 56),
|
||||||
color=(207, 215, 220),
|
color=(207, 215, 220),
|
||||||
button=(535, 13, 660, 36),
|
button=(535, 13, 660, 36),
|
||||||
),
|
),
|
||||||
|
share=Button(
|
||||||
|
file='./assets/share/item/data/OCR_AP.png',
|
||||||
|
area=(560, 11, 667, 37),
|
||||||
|
search=(540, 0, 687, 57),
|
||||||
|
color=(211, 216, 219),
|
||||||
|
button=(560, 11, 667, 37),
|
||||||
|
),
|
||||||
)
|
)
|
||||||
OCR_DATA = ButtonWrapper(
|
OCR_DATA = ButtonWrapper(
|
||||||
name='OCR_DATA',
|
name='OCR_DATA',
|
||||||
share=Button(
|
jp=Button(
|
||||||
file='./assets/share/item/data/OCR_DATA.png',
|
file='./assets/jp/item/data/OCR_DATA.png',
|
||||||
area=(745, 11, 1069, 39),
|
area=(745, 11, 1069, 39),
|
||||||
search=(725, 0, 1089, 59),
|
search=(725, 0, 1089, 59),
|
||||||
color=(216, 223, 227),
|
color=(216, 223, 227),
|
||||||
button=(745, 11, 1069, 39),
|
button=(745, 11, 1069, 39),
|
||||||
),
|
),
|
||||||
|
share=Button(
|
||||||
|
file='./assets/share/item/data/OCR_DATA.png',
|
||||||
|
area=(768, 12, 1072, 37),
|
||||||
|
search=(748, 0, 1092, 57),
|
||||||
|
color=(212, 220, 224),
|
||||||
|
button=(768, 12, 1072, 37),
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user