mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-28 03:09:42 +08:00
Opt: save screenshot before os_shop_buy
This commit is contained in:
@@ -592,7 +592,7 @@
|
|||||||
"save_and_upload": "保存并上传"
|
"save_and_upload": "保存并上传"
|
||||||
},
|
},
|
||||||
"AkashiRecord": {
|
"AkashiRecord": {
|
||||||
"name": "大世界明石商店购买截图",
|
"name": "大世界明石商店截图",
|
||||||
"help": "",
|
"help": "",
|
||||||
"do_not": "无操作",
|
"do_not": "无操作",
|
||||||
"save": "保存"
|
"save": "保存"
|
||||||
|
|||||||
@@ -592,7 +592,7 @@
|
|||||||
"save_and_upload": "保存並上傳"
|
"save_and_upload": "保存並上傳"
|
||||||
},
|
},
|
||||||
"AkashiRecord": {
|
"AkashiRecord": {
|
||||||
"name": "大世界明石商店購買截圖",
|
"name": "大世界明石商店截圖",
|
||||||
"help": "",
|
"help": "",
|
||||||
"do_not": "無操作",
|
"do_not": "無操作",
|
||||||
"save": "保存"
|
"save": "保存"
|
||||||
|
|||||||
@@ -265,8 +265,8 @@ class OSShop(PortShop, AkashiShop):
|
|||||||
with self.stat.new(
|
with self.stat.new(
|
||||||
genre="opsi_akashi", method=self.config.DropRecord_AkashiRecord
|
genre="opsi_akashi", method=self.config.DropRecord_AkashiRecord
|
||||||
) as drop:
|
) as drop:
|
||||||
self.os_shop_buy(select_func=self.os_shop_get_item_to_buy_in_akashi)
|
|
||||||
drop.handle_add(self)
|
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)
|
self.ui_back(appear_button=PORT_SUPPLY_CHECK, check_button=self.is_in_map, skip_first_screenshot=True)
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
|
|||||||
Reference in New Issue
Block a user