1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 12:08:21 +08:00

Add: Add new config

This commit is contained in:
SarContDeli
2022-09-01 22:13:47 +08:00
parent 764e216c98
commit 4b620853fe
6 changed files with 20 additions and 12 deletions

View File

@@ -171,7 +171,7 @@ def alas_template():
for file in os.listdir('./config'):
name, extension = os.path.splitext(file)
if name == 'template' and extension == '.json':
out.append(name)
out.append(f'{name}-alas')
out.extend(mod_template())