mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Upd: Update new UI 20250814 for server CN, update shop buy supply pack
This commit is contained in:
@@ -2,7 +2,7 @@ from module.base.base import ModuleBase
|
||||
from module.freebies.battle_pass import BattlePass
|
||||
from module.freebies.data_key import DataKey
|
||||
from module.freebies.mail_white import MailWhite
|
||||
from module.freebies.supply_pack import SupplyPack
|
||||
from module.freebies.supply_pack import SupplyPack, SupplyPack_250814
|
||||
from module.logger import logger
|
||||
|
||||
|
||||
@@ -22,9 +22,11 @@ class Freebies(ModuleBase):
|
||||
logger.hr('Mail', level=1)
|
||||
MailWhite(self.config, self.device).run()
|
||||
|
||||
if self.config.SERVER in ['tw']:
|
||||
if self.config.SupplyPack_Collect:
|
||||
logger.hr('Supply pack', level=1)
|
||||
if self.config.SupplyPack_Collect:
|
||||
logger.hr('Supply pack', level=1)
|
||||
if self.config.SERVER in ['tw']:
|
||||
SupplyPack(self.config, self.device).run()
|
||||
else:
|
||||
SupplyPack_250814(self.config, self.device).run()
|
||||
|
||||
self.config.task_delay(server_update=True)
|
||||
|
||||
Reference in New Issue
Block a user