mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 05:08:01 +08:00
add jp support
This commit is contained in:
BIN
assets/jp/freebies/MAIL_COLLECT.png
Normal file
BIN
assets/jp/freebies/MAIL_COLLECT.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
assets/jp/freebies/MAIL_COLLECTED.png
Normal file
BIN
assets/jp/freebies/MAIL_COLLECTED.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
BIN
assets/jp/freebies/MAIL_DELETE.png
Normal file
BIN
assets/jp/freebies/MAIL_DELETE.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -21,7 +21,7 @@ class Freebies(ModuleBase):
|
|||||||
|
|
||||||
if self.config.Mail_Collect:
|
if self.config.Mail_Collect:
|
||||||
logger.hr('Mail', level=1)
|
logger.hr('Mail', level=1)
|
||||||
if self.config.SERVER in ['cn', 'en']:
|
if self.config.SERVER in ['cn', 'en', 'jp']:
|
||||||
Mail(self.config, self.device).run()
|
Mail(self.config, self.device).run()
|
||||||
else:
|
else:
|
||||||
logger.info(f'Mail collect is not supported in {self.config.SERVER}, please contact server maintainers')
|
logger.info(f'Mail collect is not supported in {self.config.SERVER}, please contact server maintainers')
|
||||||
|
|||||||
Reference in New Issue
Block a user