docs.更新集成文档

This commit is contained in:
MistEO
2022-06-09 22:49:19 +08:00
committed by GitHub
parent 693df1560c
commit ad59b280df

View File

@@ -61,8 +61,10 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p
"report_to_penguin": bool, // 是否汇报企鹅数据,可选,默认 false
"penguin_id": string, // 企鹅数据汇报 id, 可选,默认为空。仅在 report_to_penguin 为 true 时有效
"server": string // 服务器,可选,默认 "CN", 会影响掉落识别及上传
"server": string, // 服务器,可选,默认 "CN", 会影响掉落识别及上传
// 选项:"CN" | "US" | "JP" | "KR"
"client_type": string // 客户端版本,可选,默认为空。用于游戏崩溃时重启并连回去继续刷,若为空则不启用该功能
// 选项:"Official" | "Bilibili"
}
```