From d95998d9ca72be66a2a1faef20aa2e4534251366 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 29 Jun 2025 17:45:52 +0800 Subject: [PATCH] :recycle: https://github.com/siyuan-note/siyuan/issues/15162 --- kernel/av/layout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/av/layout.go b/kernel/av/layout.go index 352f4f550..c3d7e2fb8 100644 --- a/kernel/av/layout.go +++ b/kernel/av/layout.go @@ -23,7 +23,7 @@ type BaseLayout struct { Spec int `json:"spec"` // 布局格式版本 ID string `json:"id"` // 布局 ID - // 以下三个字段已经废弃,计划于 2026 年 6 月 30 日后删除 https://github.com/siyuan-note/siyuan/issues/15162 + // TODO 以下三个字段已经废弃,计划于 2026 年 6 月 30 日后删除 https://github.com/siyuan-note/siyuan/issues/15162 //Deprecated Filters []*ViewFilter `json:"filters,omitempty"` // 过滤规则