feat: 默认关卡改为当前关卡/上次关卡自动识别

This commit is contained in:
MistEO
2022-07-25 21:38:36 +08:00
parent 6d1a45846a
commit bb07197823
11 changed files with 23 additions and 23 deletions

View File

@@ -34,7 +34,7 @@ if __name__ == "__main__":
asst.append_task('StartUp')
asst.append_task('Fight', {
'stage': 'LastBattle',
'stage': '',
'report_to_penguin': True,
# 'penguin_id': '1234567'
})

View File

@@ -31,7 +31,7 @@ def job():
# asst.append_task('StartUp')
asst.append_task('Fight', {
'report_to_penguin': True,
'stage': 'LastBattle',
'stage': '',
# 'penguin_id': '1234567'
})
asst.append_task('Recruit', {