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:
parent
aafd774b4d
commit
a22aff5432
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user