mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 23:03:33 +08:00
Opt: pyocr requirements is now JP only (#78)
* Fix: Wrong daily executed count * Opt: Stop swiping commission list if already reached bottom * Fix: Config in template.ini for chapter CD * Fix: Classroom no book chose * Fix: Choose next research if resources not enough * Add: Research projects save screenshot before refresh * Fix: Commission mis-drop the last one * Opt: pyocr requirements is now JP only Co-authored-by: LmeSzinc
This commit is contained in:
@@ -534,6 +534,8 @@ class RewardCommission(UI, InfoHandler):
|
||||
if commission.count - prev <= 0:
|
||||
break
|
||||
prev = commission.count
|
||||
if self.appear(COMMISSION_SCROLL_BOTTOM):
|
||||
break
|
||||
|
||||
return commission
|
||||
|
||||
|
||||
Reference in New Issue
Block a user