mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-05 03:57:35 +08:00
Opt: Use multi_set
This commit is contained in:
@@ -346,6 +346,7 @@ class UI(InfoHandler):
|
||||
'EventSp',
|
||||
'GemsFarming',
|
||||
]
|
||||
with self.config.multi_set():
|
||||
for task in tasks:
|
||||
if task in ['GemsFarming']:
|
||||
continue
|
||||
@@ -384,6 +385,7 @@ class UI(InfoHandler):
|
||||
'EventSp',
|
||||
'GemsFarming',
|
||||
]
|
||||
with self.config.multi_set():
|
||||
for task in tasks:
|
||||
if task in ['GemsFarming']:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user