mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 05:15:25 +08:00
Upd: island config
This commit is contained in:
@@ -88,7 +88,8 @@ class ConfigGenerator:
|
||||
"""
|
||||
data = {}
|
||||
raw = read_file(filepath_argument('argument'))
|
||||
for path, value in deep_iter(raw, depth=2):
|
||||
filtered_raw = {k: v for k, v in raw.items() if not k.startswith('_')}
|
||||
for path, value in deep_iter(filtered_raw, depth=2):
|
||||
arg = {
|
||||
'type': 'input',
|
||||
'value': '',
|
||||
|
||||
Reference in New Issue
Block a user