mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
This commit is contained in:
parent
e13be622cb
commit
d95998d9ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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"` // 过滤规则
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue