diff --git a/docs/guide/command-execute.md b/docs/guide/command-execute.md index ffbecb7..c5fb932 100644 --- a/docs/guide/command-execute.md +++ b/docs/guide/command-execute.md @@ -208,6 +208,14 @@ instance.command.executeHighlight() instance.command.executeTitle(TitleLevel | null) ``` +## executeList +功能:列表设置 + +用法: +```javascript +instance.command.executeList(listType: ListType | null, listStyle?: ListStyle) +``` + ## executeLeft 功能:行居左