From 29aa9095c774bd54ca43726db325b6bf604e0f5a Mon Sep 17 00:00:00 2001 From: dualwind Date: Thu, 1 Feb 2024 12:52:15 +0800 Subject: [PATCH] =?UTF-8?q?buildDescendantBlockTree=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/siyuanPlugin-common | 2 +- src/VueApp.vue | 2 +- src/components/TableData.vue | 147 +++++++++++++++++++++++++---------- 3 files changed, 110 insertions(+), 41 deletions(-) diff --git a/lib/siyuanPlugin-common b/lib/siyuanPlugin-common index fc8e476..727b0a0 160000 --- a/lib/siyuanPlugin-common +++ b/lib/siyuanPlugin-common @@ -1 +1 @@ -Subproject commit fc8e47676adc6c4f510f05a743a7a4a1806d7668 +Subproject commit 727b0a09bf5ac4a0637defbdb743bc0922ba6425 diff --git a/src/VueApp.vue b/src/VueApp.vue index 0db759c..9b47e9c 100644 --- a/src/VueApp.vue +++ b/src/VueApp.vue @@ -125,7 +125,7 @@ const blocks = ref([]); //*step 1 查找属性 const tag_property = ref([]); const isContainsTagChild = ref(true); -const splitFlag = ref(":"); +const splitFlag = ref("::");