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