1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 02:33:34 +08:00

Add: Akashi shop record

This commit is contained in:
sui-feng-cb
2025-10-02 03:16:44 +08:00
parent f6b486b1ae
commit 5869d09ec5
9 changed files with 42 additions and 1 deletions

View File

@@ -262,7 +262,11 @@ class OSShop(PortShop, AkashiShop):
"""
self.ui_click(grid, appear_button=self.is_in_map, check_button=PORT_SUPPLY_CHECK,
additional=self.handle_story_skip, skip_first_screenshot=True)
self.os_shop_buy(select_func=self.os_shop_get_item_to_buy_in_akashi)
with self.stat.new(
genre="opsi_akashi", method=self.config.DropRecord_AkashiRecord
) as drop:
self.os_shop_buy(select_func=self.os_shop_get_item_to_buy_in_akashi)
drop.handle_add(self)
self.ui_back(appear_button=PORT_SUPPLY_CHECK, check_button=self.is_in_map, skip_first_screenshot=True)
@cached_property