From bffed53182c941fc48391568e9f07b72c8e99cfa Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 4 Mar 2024 14:24:31 +0800 Subject: [PATCH] :art: Database block support specified view https://github.com/siyuan-note/siyuan/issues/10443 --- kernel/av/av.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/av/av.go b/kernel/av/av.go index 834e64af4..aa381aac7 100644 --- a/kernel/av/av.go +++ b/kernel/av/av.go @@ -524,6 +524,6 @@ var ( ) const ( - NodeAttrNameAvs = "custom-avs" // 用于标记块所属的属性视图,逗号分隔 av id - NodeAttrView = "custom-av-view" // 用于标记块所属的属性视图视图 view id Database block support specified view https://github.com/siyuan-note/siyuan/issues/10443 + NodeAttrNameAvs = "custom-avs" // 用于标记块所属的属性视图,逗号分隔 av id + NodeAttrView = "custom-sy-av-view" // 用于标记块所属的属性视图视图 view id Database block support specified view https://github.com/siyuan-note/siyuan/issues/10443 )