1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-25 01:20:10 +08:00

Merge pull request #2556 from hgjazhgj/fpy

Add: Submodule AlasFpyBridge (experimental)
This commit is contained in:
LmeSzinc
2023-06-11 19:25:41 +08:00
committed by GitHub
26 changed files with 2109 additions and 25 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)