1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 03:48:21 +08:00

Upd: island transport comments

This commit is contained in:
2025-10-23 16:59:49 +08:00
parent 3791834675
commit a243afc9aa

View File

@@ -156,6 +156,11 @@ class IslandTransport:
return info return info
class TransportItem: 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): def __init__(self, image, button, blacklist):
""" """
Args: Args: