diff --git a/docs/guide/command-execute.md b/docs/guide/command-execute.md index c5fb932..ff5fac4 100644 --- a/docs/guide/command-execute.md +++ b/docs/guide/command-execute.md @@ -581,4 +581,12 @@ instance.command.executeRemoveControl() 用法: ```javascript instance.command.executeSetLocale(locale: string) +``` + +## executeLocationCatalog +功能:定位目录位置 + +用法: +```javascript +instance.command.executeLocationCatalog(titleId: string) ``` \ No newline at end of file