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:
@@ -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:
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user