From 9cf437e46f97c813604b42e16618393984e7c09c Mon Sep 17 00:00:00 2001 From: MistEO Date: Sat, 17 Sep 2022 23:35:37 +0800 Subject: [PATCH] docs: fix typo --- docs/3.1-集成文档.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.1-集成文档.md b/docs/3.1-集成文档.md index 75682f2f07..8a2658ac7f 100644 --- a/docs/3.1-集成文档.md +++ b/docs/3.1-集成文档.md @@ -134,7 +134,7 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p /* 以下参数仅在 mode=10000 时生效,否则会被忽略 */ "filename": string, // 自定义配置路径,必选。不支持运行中设置 - "index": int, // 使用配置中的方案需要,必选。不支持运行中设置 + "index": int, // 使用配置中的方案序号,必选。不支持运行中设置 } ```