1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Upd: island transport comments

This commit is contained in:
sui-feng-cb 2025-10-23 16:59:49 +08:00
parent aafd774b4d
commit a22aff5432

View File

@ -156,6 +156,11 @@ class IslandTransport:
return info
class TransportItem:
# If the item is enough to submit and not in blacklist
load: bool
# If the item is in blacklist
refresh: bool
def __init__(self, image, button, blacklist):
"""
Args: