mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Opt: save screenshot before os_shop_buy
This commit is contained in:
@@ -592,7 +592,7 @@
|
||||
"save_and_upload": "保存并上传"
|
||||
},
|
||||
"AkashiRecord": {
|
||||
"name": "大世界明石商店购买截图",
|
||||
"name": "大世界明石商店截图",
|
||||
"help": "",
|
||||
"do_not": "无操作",
|
||||
"save": "保存"
|
||||
|
||||
@@ -592,7 +592,7 @@
|
||||
"save_and_upload": "保存並上傳"
|
||||
},
|
||||
"AkashiRecord": {
|
||||
"name": "大世界明石商店購買截圖",
|
||||
"name": "大世界明石商店截圖",
|
||||
"help": "",
|
||||
"do_not": "無操作",
|
||||
"save": "保存"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user