mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
docs: 更新Award的集成文档
This commit is contained in:
@@ -192,12 +192,17 @@ AsstTaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const cha
|
||||
```
|
||||
|
||||
- `Award`
|
||||
领取日常奖励
|
||||
领取各种奖励
|
||||
|
||||
```json
|
||||
// 对应的任务参数
|
||||
{
|
||||
"enable": bool // 是否启用本任务,可选,默认为 true
|
||||
"enable": bool, // 是否启用本任务,可选,默认为 true
|
||||
"award": bool, // 领取每日/每周任务奖励,默认为 true
|
||||
"mail": bool, // 领取所有邮件奖励,默认为 false
|
||||
"recruit": bool, // 领取限定池子赠送的每日免费单抽,默认为 false
|
||||
"orundum": bool, // 领取幸运墙的合成玉奖励,默认为 false
|
||||
"specialaccess": bool // 领取五周年赠送的月卡奖励,默认为 false
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user