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