1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 03:21:29 +08:00

Add: Scrolling medal shop list

This commit is contained in:
LmeSzinc
2022-06-05 22:42:08 +08:00
parent 950051c293
commit ee9cffbb2f
13 changed files with 146 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
from module.shop.shop_core import CoreShop
from module.shop.shop_general import GeneralShop
from module.shop.shop_guild import GuildShop
from module.shop.shop_medal import MedalShop
from module.shop.shop_medal import MedalShop2
from module.shop.shop_merit import MeritShop
from module.shop.ui import ShopUI
@@ -32,6 +32,8 @@ class RewardShop(ShopUI):
# 2022.06.01 Medal shop has been moved to page_munitions
# Now the left most shop, its UI has changed considerably
if self.shop_bottom_navbar_ensure(left=1):
MedalShop(self.config, self.device).run()
MedalShop2(self.config, self.device).run()
# Cannot go back to general shop so don't stay in page_munitions
self.ui_goto_main()
self.config.task_delay(server_update=True)