fix(task): 修复 DMM 版购买时无法进入 AP 商店的问题
原因是分辨率缩放导致识别结果 confidence 下降,导致没有识别出来。 Fixed #40
This commit is contained in:
parent
cf1605d913
commit
f5a4e50611
|
@ -197,7 +197,7 @@ def purchase():
|
|||
# 点击 AP 选项卡
|
||||
device.click(ap_tab)
|
||||
# 等待 AP 选项卡加载完成
|
||||
image.expect_wait(R.Daily.IconShopAp)
|
||||
image.expect_wait(R.Daily.IconShopAp, threshold=0.7)
|
||||
ap_items()
|
||||
sleep(0.5)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue