diff --git a/docs/guide/schema.md b/docs/guide/schema.md index 112d78d..2476d0a 100644 --- a/docs/guide/schema.md +++ b/docs/guide/schema.md @@ -126,5 +126,6 @@ interface IElement { // 列表 listType?: ListType; listStyle?: ListStyle; + listWrap?: boolean; } ``` \ No newline at end of file diff --git a/docs/guide/shortcut-internal.md b/docs/guide/shortcut-internal.md index 097528c..8ed3b2d 100644 --- a/docs/guide/shortcut-internal.md +++ b/docs/guide/shortcut-internal.md @@ -9,6 +9,9 @@ ## Enter 功能:换行 +## Shift + Enter +功能:列表内换行 + ## ← 功能:向左移动