1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 13:51:29 +08:00

Add: Submodule AlasFpyBridge (experimental)

This commit is contained in:
hgjazhgj
2023-05-06 20:58:08 +08:00
parent b18be2ae2b
commit f6d52621fe
25 changed files with 1765 additions and 28 deletions

View File

@@ -341,8 +341,8 @@ class ConfigGenerator:
group = line.strip('#=- ')
tasks = []
if group:
if line.endswith(':'):
tasks.append(line.strip('\n=-#: '))
if line.endswith(':') or line.endswith('[]'):
tasks.append(line.split(':',1)[0])
if tasks:
deep_set(data, keys=f'Task.{group}', value=tasks)