mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 14:34:06 +01:00
🎨 Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
e17e9aa1cf
commit
2e444d899b
3 changed files with 4 additions and 3 deletions
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
package av
|
||||
|
||||
// ViewGroup 描述了视图分组规则的结构。
|
||||
type ViewGroup struct {
|
||||
Field string `json:"field"` // 分组字段 ID
|
||||
Method GroupMethod `json:"method"` // 分组方式
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue