mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-30 07:23:52 +08:00
Fix: [TW] Disable MetaReward before assets update (#1817)
This commit is contained in:
@@ -94,6 +94,12 @@ class MetaReward(Combat, UI):
|
|||||||
return received
|
return received
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
if self.config.SERVER in ['cn', 'en', 'jp']:
|
||||||
|
pass
|
||||||
|
else:
|
||||||
|
logger.info(f'MetaReward is not supported in {self.config.SERVER}, please contact server maintainers')
|
||||||
|
return
|
||||||
|
|
||||||
self.ui_ensure(page_meta)
|
self.ui_ensure(page_meta)
|
||||||
|
|
||||||
if self.meta_reward_notice_appear():
|
if self.meta_reward_notice_appear():
|
||||||
|
|||||||
Reference in New Issue
Block a user