From ad59b280dfc0306f25f28b2720cc3f328ca83dca Mon Sep 17 00:00:00 2001 From: MistEO Date: Thu, 9 Jun 2022 22:49:19 +0800 Subject: [PATCH] =?UTF-8?q?docs.=E6=9B=B4=E6=96=B0=E9=9B=86=E6=88=90?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/集成文档.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/集成文档.md b/docs/集成文档.md index a0482a9a5d..89e336a22b 100644 --- a/docs/集成文档.md +++ b/docs/集成文档.md @@ -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" } ```