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

Opt: Modified the options for all screenshots

This commit is contained in:
SarContDeli
2022-05-21 00:53:37 +08:00
parent 67db84b7e0
commit dd66c8f289
20 changed files with 117 additions and 92 deletions

View File

@@ -69,7 +69,7 @@ class MeowfficerBuy(MeowfficerBase):
executed = False
with self.stat.new(
genre="meowfficer_buy",
save=self.config.DropRecord_SaveMeowfficer,
method=self.config.DropRecord_MeowfficerBuy,
) as drop:
while 1:
if skip_first_screenshot:

View File

@@ -191,10 +191,7 @@ class MeowfficerCollect(MeowfficerBase):
logger.attr('Meow_get', count)
with self.stat.new(
genre="meowfficer_talent",
save=self.config.DropRecord_MeowfficerTalent == 'save' or
self.config.DropRecord_MeowfficerTalent == 'save_and_upload',
upload=self.config.DropRecord_MeowfficerTalent == 'upload' or
self.config.DropRecord_MeowfficerTalent == 'save_and_upload'
method=self.config.DropRecord_MeowfficerTalent
) as drop:
drop.add(self.device.image)
list_talent_btn, special_talent = self._get_meow_talent_grid()