1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-10 11:57:10 +08:00

Upd: [EN] UI, ShopUI, Freebies assets (#5202)

This commit is contained in:
nEEtdo0d
2025-10-10 09:20:18 -04:00
committed by GitHub
parent 04cea16725
commit a61e93942d
23 changed files with 20 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ from module.shop.ui import ShopUI
class RewardShop(ShopUI):
def run_frequent(self):
if self.config.SERVER in ['en', 'jp', 'tw']:
if self.config.SERVER in ['jp', 'tw']:
self.config.task_delay(server_update=True)
self.config.task_stop()
@@ -22,7 +22,7 @@ class RewardShop(ShopUI):
self.config.task_delay(server_update=True)
def run_once(self):
if self.config.SERVER in ['en', 'jp', 'tw']:
if self.config.SERVER in ['jp', 'tw']:
self.config.task_delay(server_update=True)
self.config.task_stop()