This commit is contained in:
Daniel 2024-04-03 15:18:40 +08:00
parent d9c9b2dd6c
commit c5a4c62016
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 29 additions and 158 deletions

View file

@ -6,7 +6,7 @@
"id": "20201204184532-3qm9l8n",
"title": "Template snippet",
"type": "doc",
"updated": "20240308162730"
"updated": "20240403151002"
},
"Children": [
{
@ -214,7 +214,7 @@
"ListData": {},
"Properties": {
"id": "20210104091444-mwbvc9m",
"updated": "20240308162730"
"updated": "20240403151002"
},
"Children": [
{
@ -378,7 +378,8 @@
"Marker": "Kg=="
},
"Properties": {
"id": "20210121193829-wfzsf6m"
"id": "20210121193829-wfzsf6m",
"updated": "20240403150956"
},
"Children": [
{
@ -386,7 +387,7 @@
"Type": "NodeParagraph",
"Properties": {
"id": "20210131162138-7ufhbho",
"updated": "20210504093006"
"updated": "20240403150956"
},
"Children": [
{
@ -400,40 +401,7 @@
},
{
"Type": "NodeText",
"Data": ": This function is used to query the "
},
{
"Type": "NodeText",
"Data": "database"
},
{
"Type": "NodeText",
"Data": ", and the return value is "
},
{
"Type": "NodeText",
"Data": "a"
},
{
"Type": "NodeText",
"Data": " list of blocks, and the parameter is "
},
{
"Type": "NodeText",
"Data": "a"
},
{
"Type": "NodeText",
"Data": " SQL statement: "
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": ".action{sql \u0026quot;SELECT * FROM blocks LIMIT 7\u0026quot;}"
},
{
"Type": "NodeText",
"Data": ""
"Data": ": This function is used to query the database, and the return value is a list of blocks, please refer to the example below"
}
]
}
@ -447,7 +415,8 @@
"Marker": "Kg=="
},
"Properties": {
"id": "20210504093232-vukp34t"
"id": "20210504093232-vukp34t",
"updated": "20240403151002"
},
"Children": [
{
@ -455,7 +424,7 @@
"Type": "NodeParagraph",
"Properties": {
"id": "20210504093232-6wxl589",
"updated": "20210504093302"
"updated": "20240403151002"
},
"Children": [
{
@ -469,40 +438,7 @@
},
{
"Type": "NodeText",
"Data": ": This function is used to query the "
},
{
"Type": "NodeText",
"Data": "database"
},
{
"Type": "NodeText",
"Data": ", and the return value is "
},
{
"Type": "NodeText",
"Data": "a"
},
{
"Type": "NodeText",
"Data": " list of spans, and the parameter is "
},
{
"Type": "NodeText",
"Data": "a"
},
{
"Type": "NodeText",
"Data": " SQL statement: "
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": ".action{sql \u0026quot;SELECT * FROM spans LIMIT 7\u0026quot;}"
},
{
"Type": "NodeText",
"Data": ""
"Data": ": This function is used to query the database, and the return value is a list of spans, please refer to the example below"
}
]
}

View file

@ -6,7 +6,7 @@
"id": "20201204181006-7bkppue",
"title": "模板片段",
"type": "doc",
"updated": "20240308162603"
"updated": "20240403150838"
},
"Children": [
{
@ -236,7 +236,7 @@
"ListData": {},
"Properties": {
"id": "20210104091309-gjkg3u5",
"updated": "20240308162603"
"updated": "20240403150838"
},
"Children": [
{
@ -401,7 +401,8 @@
"Marker": "Kg=="
},
"Properties": {
"id": "20210121193601-uwo8s5h"
"id": "20210121193601-uwo8s5h",
"updated": "20240403150712"
},
"Children": [
{
@ -409,7 +410,7 @@
"Type": "NodeParagraph",
"Properties": {
"id": "20210131155558-ghlchbx",
"updated": "20210504092933"
"updated": "20240403150712"
},
"Children": [
{
@ -423,24 +424,7 @@
},
{
"Type": "NodeText",
"Data": "​:该函数用于查询"
},
{
"Type": "NodeText",
"Data": "数据库"
},
{
"Type": "NodeText",
"Data": ",返回值为 blocks 列表,参数为 SQL 语句:"
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": ".action{sql \u0026quot;SELECT * FROM blocks LIMIT 7\u0026quot;}"
},
{
"Type": "NodeText",
"Data": ""
"Data": "​:该函数用于查询数据库,返回值为 blocks 列表,请参考下面的例子"
}
]
}
@ -454,7 +438,8 @@
"Marker": "Kg=="
},
"Properties": {
"id": "20210504093313-4aoyxd0"
"id": "20210504093313-4aoyxd0",
"updated": "20240403150838"
},
"Children": [
{
@ -462,7 +447,7 @@
"Type": "NodeParagraph",
"Properties": {
"id": "20210504093313-ya53o58",
"updated": "20210504093332"
"updated": "20240403150838"
},
"Children": [
{
@ -476,24 +461,7 @@
},
{
"Type": "NodeText",
"Data": "​:该函数用于查询"
},
{
"Type": "NodeText",
"Data": "数据库"
},
{
"Type": "NodeText",
"Data": ",返回值为 spans 列表,参数为 SQL 语句:"
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": ".action{sql \u0026quot;SELECT * FROM spans LIMIT 7\u0026quot;}"
},
{
"Type": "NodeText",
"Data": ""
"Data": "​:该函数用于查询数据库,返回值为 spans 列表,请参考下面的例子"
}
]
}

View file

@ -5,7 +5,8 @@
"Properties": {
"id": "20211226123004-dplpw0o",
"title": "範本片段",
"updated": "20220605170337"
"type": "doc",
"updated": "20240403150944"
},
"Children": [
{
@ -207,7 +208,7 @@
"ListData": {},
"Properties": {
"id": "20211226123024-pjvw31z",
"updated": "20220605170337"
"updated": "20240403150944"
},
"Children": [
{
@ -372,7 +373,7 @@
},
"Properties": {
"id": "20211226123024-e42d7xq",
"updated": "20211228141606"
"updated": "20240403150942"
},
"Children": [
{
@ -380,7 +381,7 @@
"Type": "NodeParagraph",
"Properties": {
"id": "20211226123024-vxjdsno",
"updated": "20211228141606"
"updated": "20240403150942"
},
"Children": [
{
@ -394,24 +395,7 @@
},
{
"Type": "NodeText",
"Data": "​:該函數用於查詢"
},
{
"Type": "NodeText",
"Data": "資料庫"
},
{
"Type": "NodeText",
"Data": ",返回值為 blocks 列表,參數為 SQL 語句:"
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": ".action{sql \u0026quot;SELECT * FROM blocks LIMIT 7\u0026quot;}"
},
{
"Type": "NodeText",
"Data": ""
"Data": "​:該函數用於查詢資料庫,返回值為 blocks 列表,請參考下面的例子"
}
]
}
@ -426,7 +410,7 @@
},
"Properties": {
"id": "20211226123024-69kddle",
"updated": "20211228141602"
"updated": "20240403150944"
},
"Children": [
{
@ -434,7 +418,7 @@
"Type": "NodeParagraph",
"Properties": {
"id": "20211226123024-4qwyf3w",
"updated": "20211228141602"
"updated": "20240403150944"
},
"Children": [
{
@ -448,24 +432,7 @@
},
{
"Type": "NodeText",
"Data": "​:該函數用於查詢"
},
{
"Type": "NodeText",
"Data": "資料庫"
},
{
"Type": "NodeText",
"Data": ",返回值為 spans 列表,參數為 SQL 語句:"
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": ".action{sql \u0026quot;SELECT * FROM spans LIMIT 7\u0026quot;}"
},
{
"Type": "NodeText",
"Data": ""
"Data": "​:該函數用於查詢資料庫,返回值為 spans 列表,請參考下面的例子"
}
]
}