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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user