mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 20:35:03 +08:00
Fix: Fix default PACKAGE_NAME
- this was causing error when triggered app restart
This commit is contained in:
@@ -149,8 +149,8 @@ class AzurLaneConfig:
|
|||||||
"""
|
"""
|
||||||
module.device
|
module.device
|
||||||
"""
|
"""
|
||||||
SERIAL = '127.0.0.1:62001'
|
SERIAL = ''
|
||||||
PACKAGE_NAME = 'com.bilibili.azurlane'
|
PACKAGE_NAME = ''
|
||||||
COMMAND = ''
|
COMMAND = ''
|
||||||
USE_ADB_SCREENSHOT = True
|
USE_ADB_SCREENSHOT = True
|
||||||
USE_ADB_CONTROL = False
|
USE_ADB_CONTROL = False
|
||||||
|
|||||||
@@ -202,8 +202,9 @@ dic_true_eng_to_eng = {
|
|||||||
'hard': 'hard',
|
'hard': 'hard',
|
||||||
|
|
||||||
# Event
|
# Event
|
||||||
'event_20200521_en': 'event_20200521_en',
|
'Iris_of_Light_and_Dark': 'event_20200521_en',
|
||||||
'Skybound_Oratorio': 'event_20200611_en',
|
'Skybound_Oratorio': 'event_20200611_en',
|
||||||
|
'Prelude_under_the_Moon': 'event_20200603_en'
|
||||||
|
|
||||||
}
|
}
|
||||||
dic_eng_to_true_eng = {v: k for k, v in dic_true_eng_to_eng.items()}
|
dic_eng_to_true_eng = {v: k for k, v in dic_true_eng_to_eng.items()}
|
||||||
|
|||||||
Reference in New Issue
Block a user