1
0
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:
sui-feng-cb
2026-01-06 17:17:01 +08:00
parent 58ada7c9f2
commit afb0af1083
2 changed files with 118 additions and 229 deletions

View File

@@ -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': '',