From d9e34a7e86d2ee735aa8e6d787a73f62e071aaee Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 30 Dec 2021 16:55:56 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=8F=90=E4=BE=9B=E6=8F=92?= =?UTF-8?q?=E5=85=A5=E5=9D=97=E3=80=81=E6=9B=B4=E6=96=B0=E5=9D=97=E5=92=8C?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=9D=97=E7=9A=84=20API=20https://github.com?= =?UTF-8?q?/siyuan-note/siyuan/issues/3334?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 72942ff4e..c862a7d31 100644 --- a/API.md +++ b/API.md @@ -453,7 +453,7 @@ ``` * `dataType`:待插入数据类型,值可选择 `markdown` 或者 `dom` - * `data`:带插入的数据 + * `data`:待插入的数据 * `previousID`:前一个块的 ID,用于锚定插入位置 * 返回值 @@ -496,7 +496,7 @@ ``` * `dataType`:待更新数据类型,值可选择 `markdown` 或者 `dom` - * `data`:带更新的数据 + * `data`:待更新的数据 * `id`:待更新块 ID * 返回值