mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 19:47:22 +08:00
Upd: [JP] shop navigation assets
- TODO: update FREE_SUPPLY_PACK
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 ['jp', 'tw']:
|
||||
if self.config.SERVER in ['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 ['jp', 'tw']:
|
||||
if self.config.SERVER in ['tw']:
|
||||
self.config.task_delay(server_update=True)
|
||||
self.config.task_stop()
|
||||
|
||||
@@ -50,3 +50,9 @@ class RewardShop(ShopUI):
|
||||
MedalShop2_250814(self.config, self.device).run()
|
||||
|
||||
self.config.task_delay(server_update=True)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
self = RewardShop('alas')
|
||||
self.device.screenshot()
|
||||
self.run_once()
|
||||
Reference in New Issue
Block a user