docs: add list command
This commit is contained in:
@@ -208,6 +208,14 @@ instance.command.executeHighlight()
|
|||||||
instance.command.executeTitle(TitleLevel | null)
|
instance.command.executeTitle(TitleLevel | null)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## executeList
|
||||||
|
功能:列表设置
|
||||||
|
|
||||||
|
用法:
|
||||||
|
```javascript
|
||||||
|
instance.command.executeList(listType: ListType | null, listStyle?: ListStyle)
|
||||||
|
```
|
||||||
|
|
||||||
## executeLeft
|
## executeLeft
|
||||||
功能:行居左
|
功能:行居左
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user