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

Add: Menu generate

This commit is contained in:
LmeSzinc
2021-09-27 18:13:57 +08:00
parent a99214e2d0
commit f10d54296a
6 changed files with 346 additions and 262 deletions

View File

@@ -25,8 +25,8 @@ yaml.add_representer(str, str_presenter)
yaml.representer.SafeRepresenter.add_representer(str, str_presenter)
def filepath_args():
return './module/config/argument/args.json'
def filepath_args(filename='args'):
return f'./module/config/argument/{filename}.json'
def filepath_argument(filename):