mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Merge pull request #5069 from sui-feng-cb/medal_shop_fix
Fix: class name MedalShop2_250814 for getattr
This commit is contained in:
@@ -281,7 +281,7 @@ class MedalShop2(ShopClerk, ShopStatus):
|
||||
continue
|
||||
|
||||
|
||||
class MedalShop_250814(MedalShop2):
|
||||
class MedalShop2_250814(MedalShop2):
|
||||
# New UI in 2025-08-14
|
||||
def _get_medals(self):
|
||||
"""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from module.shop.shop_core import CoreShop, CoreShop_250814
|
||||
from module.shop.shop_general import GeneralShop, GeneralShop_250814
|
||||
from module.shop.shop_guild import GuildShop, GuildShop_250814
|
||||
from module.shop.shop_medal import MedalShop2, MedalShop_250814
|
||||
from module.shop.shop_medal import MedalShop2, MedalShop2_250814
|
||||
from module.shop.shop_merit import MeritShop, MeritShop_250814
|
||||
from module.shop.ui import ShopUI
|
||||
|
||||
@@ -66,6 +66,6 @@ class RewardShop(ShopUI):
|
||||
self.device.click_record_clear()
|
||||
self.shop_tab_250814.set(main=self, upper=2)
|
||||
self.monthly_shop_nav_250814.set(main=self, left=3)
|
||||
MedalShop_250814(self.config, self.device).run()
|
||||
MedalShop2_250814(self.config, self.device).run()
|
||||
|
||||
self.config.task_delay(server_update=True)
|
||||
|
||||
Reference in New Issue
Block a user