mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 15:12:33 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
f5036e1f79
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ type BaseLayout struct {
|
|||
ID string `json:"id"` // 布局 ID
|
||||
Filters []*ViewFilter `json:"filters"` // 过滤规则
|
||||
Sorts []*ViewSort `json:"sorts"` // 排序规则
|
||||
PageSize int `json:"pageSize"` // 每页行数
|
||||
PageSize int `json:"pageSize"` // 每页条目数
|
||||
}
|
||||
|
||||
// BaseValue 描述了字段值的基础结构。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue