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

Add:more transport blacklist

This commit is contained in:
qin
2025-10-18 16:32:26 +08:00
committed by sui-feng-cb
parent b11214946b
commit ebedfaecb4
14 changed files with 106 additions and 1 deletions

View File

@@ -211,6 +211,14 @@ class IslandTransportRun(IslandUI):
blacklist.append(TEMPLATE_MILK)
if not self.config.IslandTransport_SubmitPork:
blacklist.append(TEMPLATE_PORK)
if not self.config.IslandTransport_SubmitLinen:
blacklist.append(TEMPLATE_LINEN)
if not self.config.IslandTransport_SubmitStrawberry:
blacklist.append(TEMPLATE_STRAWBERRY)
if not self.config.IslandTransport_SubmitCotton:
blacklist.append(TEMPLATE_COTTON)
if not self.config.IslandTransport_SubmitOnion:
blacklist.append(TEMPLATE_ONION)
return blacklist
def _transport_detect(self):