1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 05:53:44 +08:00

Opt: save screenshot before os_shop_buy

This commit is contained in:
2025-10-02 18:25:22 +08:00
parent 5869d09ec5
commit bd94734ccd
3 changed files with 3 additions and 3 deletions

View File

@@ -265,8 +265,8 @@ class OSShop(PortShop, AkashiShop):
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.os_shop_buy(select_func=self.os_shop_get_item_to_buy_in_akashi)
self.ui_back(appear_button=PORT_SUPPLY_CHECK, check_button=self.is_in_map, skip_first_screenshot=True)
@cached_property