From 98ea30e203003f5336911a4cb52d5bce6b8e08e5 Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Fri, 28 Apr 2023 21:32:11 +0800 Subject: [PATCH] docs: update list schema and shortcut --- docs/guide/schema.md | 1 + docs/guide/shortcut-internal.md | 3 +++ 2 files changed, 4 insertions(+) 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 +功能:列表内换行 + ## ← 功能:向左移动