diff --git a/API.md b/API.md index e4e4e5ee7..dac950905 100644 --- a/API.md +++ b/API.md @@ -480,12 +480,12 @@ View API token in Settings - About, request header: `Authorization: T "doOperations": [ { "action": "insert", - "data": "
foobarbaz
", - "id": "20211230115020-g02dfx0", - "parentID": "", - "previousID": "20211229114650-vrek5x6", - "retData": null - } + "data": "
foobarbaz
", + "id": "20211230115020-g02dfx0", + "parentID": "", + "previousID": "20211229114650-vrek5x6", + "retData": null + } ], "undoOperations": null } @@ -609,13 +609,13 @@ View API token in Settings - About, request header: `Authorization: T "doOperations": [ { "action": "update", - "data": "
foobarbaz
", - "id": "20211230161520-querkps", - "parentID": "", - "previousID": "", - "retData": null - } - ], + "data": "
foobarbaz
", + "id": "20211230161520-querkps", + "parentID": "", + "previousID": "", + "retData": null + } + ], "undoOperations": null } ] @@ -671,7 +671,7 @@ View API token in Settings - About, request header: `Authorization: T { "id": "20210912214605-uhi5gco", "attrs": { - "custom-attr1": "line1\nline2" + "custom-attr1": "line1\nline2" } } ``` @@ -769,8 +769,8 @@ View API token in Settings - About, request header: `Authorization: T "code": 0, "msg": "", "data": { - "hPath": "/Please Start Here", - "content": "## 🍫 Content Block\n\nIn SiYuan, the only important core concept is..." + "hPath": "/Please Start Here", + "content": "## 🍫 Content Block\n\nIn SiYuan, the only important core concept is..." } } ``` @@ -791,8 +791,8 @@ View API token in Settings - About, request header: `Authorization: T "code": 0, "msg": "", "data": { - "details": "Finishing boot...", - "progress": 100 + "details": "Finishing boot...", + "progress": 100 } } ``` diff --git a/API_zh_CN.md b/API_zh_CN.md index 6dceca7dd..72dfed54f 100644 --- a/API_zh_CN.md +++ b/API_zh_CN.md @@ -480,12 +480,12 @@ "doOperations": [ { "action": "insert", - "data": "
foobarbaz
", - "id": "20211230115020-g02dfx0", - "parentID": "", - "previousID": "20211229114650-vrek5x6", - "retData": null - } + "data": "
foobarbaz
", + "id": "20211230115020-g02dfx0", + "parentID": "", + "previousID": "20211229114650-vrek5x6", + "retData": null + } ], "undoOperations": null } @@ -609,13 +609,13 @@ "doOperations": [ { "action": "update", - "data": "
foobarbaz
", - "id": "20211230161520-querkps", - "parentID": "", - "previousID": "", - "retData": null - } - ], + "data": "
foobarbaz
", + "id": "20211230161520-querkps", + "parentID": "", + "previousID": "", + "retData": null + } + ], "undoOperations": null } ] @@ -671,7 +671,7 @@ { "id": "20210912214605-uhi5gco", "attrs": { - "custom-attr1": "line1\nline2" + "custom-attr1": "line1\nline2" } } ``` @@ -769,8 +769,8 @@ "code": 0, "msg": "", "data": { - "hPath": "/0 请从这里开始", - "content": "## 🍫 内容块\n\n在思源中,唯一重要的核心概念是..." + "hPath": "/0 请从这里开始", + "content": "## 🍫 内容块\n\n在思源中,唯一重要的核心概念是..." } } ``` @@ -791,8 +791,8 @@ "code": 0, "msg": "", "data": { - "details": "Finishing boot...", - "progress": 100 + "details": "Finishing boot...", + "progress": 100 } } ```