docs: KR fix typo integration.md

[skip changelog]
This commit is contained in:
HX3N
2024-08-11 06:12:04 +09:00
committed by GitHub
parent d120a04206
commit 7855c64765

View File

@@ -56,7 +56,7 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p
// 해당 작업 매개변수
{
"enable": bool, // 이 작업을 활성화할지 여부, 선택 사항, 기본값은 true
"client_type": string, // 클라이언트 버전 필수이며, 빈칸을 채워주시면 실행되지 않습니다.
"client_type": string, // 클라이언트 버전 필수이며, 빈칸을 채우지 않으면 실행되지 않습니다.
// 옵션: "Official" | "Bilibili" | "txwy" | "YoStarEN" | "YoStarJP" | "YoStarKR"
}
```