mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
feat: 默认关卡改为当前关卡/上次关卡自动识别
This commit is contained in:
@@ -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'
|
||||
})
|
||||
|
||||
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user