mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-11 01:55:08 +08:00
Upd: [TW] shop assets
This commit is contained in:
@@ -9,10 +9,6 @@ from module.shop.ui import ShopUI
|
||||
|
||||
class RewardShop(ShopUI):
|
||||
def run_frequent(self):
|
||||
if self.config.SERVER in ['tw']:
|
||||
self.config.task_delay(server_update=True)
|
||||
self.config.task_stop()
|
||||
|
||||
self.ui_goto_shop()
|
||||
self.device.click_record_clear()
|
||||
self.shop_nav_250814.set(NAV_GENERAL, main=self)
|
||||
@@ -22,10 +18,6 @@ class RewardShop(ShopUI):
|
||||
self.config.task_delay(server_update=True)
|
||||
|
||||
def run_once(self):
|
||||
if self.config.SERVER in ['tw']:
|
||||
self.config.task_delay(server_update=True)
|
||||
self.config.task_stop()
|
||||
|
||||
# Munitions shops
|
||||
self.ui_goto_shop()
|
||||
self.device.click_record_clear()
|
||||
|
||||
Reference in New Issue
Block a user