mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Refractor: island transport preparation
This commit is contained in:
@@ -1,24 +1,11 @@
|
||||
from module.base.timer import Timer
|
||||
from module.island.assets import *
|
||||
from module.logger import logger
|
||||
from module.ocr.ocr import Duration
|
||||
from module.ui.assets import SHOP_BACK_ARROW
|
||||
from module.ui.page import page_island_phone
|
||||
from module.ui.ui import UI
|
||||
|
||||
|
||||
class IslandProductionTime(Duration):
|
||||
def after_process(self, result):
|
||||
result = super().after_process(result)
|
||||
if result == '0:40:00':
|
||||
result = '01:40:00'
|
||||
return result
|
||||
|
||||
|
||||
OCR_PRODUCTION_TIME = IslandProductionTime(OCR_PRODUCTION_TIME, lang='azur_lane_jp', name='OCR_PRODUCTION_TIME')
|
||||
OCR_PRODUCTION_TIME_REMAIN = Duration(OCR_PRODUCTION_TIME_REMAIN, name='OCR_PRODUCTION_TIME_REMAIN')
|
||||
|
||||
|
||||
class IslandUI(UI):
|
||||
def island_in_management(self, interval=0):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user