1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00

Add: Allow specification of resources and parts via configuration

Add: Interval configuration for guild
This commit is contained in:
nEEtdo0d
2020-12-29 19:05:51 -05:00
parent 2f5b72be2c
commit 5f78d71e0d
5 changed files with 75 additions and 22 deletions

View File

@@ -159,6 +159,11 @@ dic_true_eng_to_eng = {
'enable_data_key_collect': 'enable_data_key_collect',
'enable_guild_logistics': 'enable_guild_logistics',
'enable_guild_operations': 'enable_guild_operations',
'guild_interval': 'guild_interval',
'guild_logistics_resource_order_string': 'guild_logistics_resource_order_string',
'guild_logistics_gear_t1_order_string': 'guild_logistics_gear_t1_order_string',
'guild_logistics_gear_t2_order_string': 'guild_logistics_gear_t2_order_string',
'guild_logistics_gear_t3_order_string': 'guild_logistics_gear_t3_order_string',
'serial': 'serial',
'package_name': 'package_name',
'enable_error_log_and_screenshot_save': 'enable_error_log_and_screenshot_save',
@@ -425,6 +430,11 @@ dic_chi_to_eng = {
'启用档案密钥收获': 'enable_data_key_collect',
'enable_guild_logistics': 'enable_guild_logistics',
'enable_guild_operations': 'enable_guild_operations',
'guild_interval': 'guild_interval',
'guild_logistics_resource_order_string': 'guild_logistics_resource_order_string',
'guild_logistics_gear_t1_order_string': 'guild_logistics_gear_t1_order_string',
'guild_logistics_gear_t2_order_string': 'guild_logistics_gear_t2_order_string',
'guild_logistics_gear_t3_order_string': 'guild_logistics_gear_t3_order_string',
'设备': 'serial',
'包名': 'package_name',
'出错时保存log和截图': 'enable_error_log_and_screenshot_save',
@@ -691,6 +701,11 @@ dic_tchi_to_eng = {
'啟用檔案密鑰收穫': 'enable_data_key_collect',
'enable_guild_logistics': 'enable_guild_logistics',
'enable_guild_operations': 'enable_guild_operations',
'guild_interval': 'guild_interval',
'guild_logistics_resource_order_string': 'guild_logistics_resource_order_string',
'guild_logistics_gear_t1_order_string': 'guild_logistics_gear_t1_order_string',
'guild_logistics_gear_t2_order_string': 'guild_logistics_gear_t2_order_string',
'guild_logistics_gear_t3_order_string': 'guild_logistics_gear_t3_order_string',
'設備': 'serial',
'包名': 'package_name',
'出錯時保存log和截圖': 'enable_error_log_and_screenshot_save',