docs: fix typo

This commit is contained in:
MistEO
2022-09-17 23:35:37 +08:00
parent 5932eb5475
commit 9cf437e46f

View File

@@ -134,7 +134,7 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p
/* 以下参数仅在 mode=10000 时生效,否则会被忽略 */
"filename": string, // 自定义配置路径,必选。不支持运行中设置
"index": int, // 使用配置中的方案需要,必选。不支持运行中设置
"index": int, // 使用配置中的方案序号,必选。不支持运行中设置
}
```