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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user