🎨 Add Include time switch to database creation time field and update time field https://github.com/siyuan-note/siyuan/issues/12091

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-11-10 18:12:36 +08:00
parent 1f66e778f4
commit 89b51e0d87
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 8 additions and 0 deletions

View file

@ -62,6 +62,8 @@ func RenderAttributeViewGallery(attrView *av.AttributeView, view *av.View, query
Relation: key.Relation,
Rollup: key.Rollup,
Date: key.Date,
Created: key.Created,
Updated: key.Updated,
},
})
}

View file

@ -57,6 +57,8 @@ func RenderAttributeViewKanban(attrView *av.AttributeView, view *av.View, query
Relation: key.Relation,
Rollup: key.Rollup,
Date: key.Date,
Created: key.Created,
Updated: key.Updated,
},
})
}

View file

@ -60,6 +60,8 @@ func RenderAttributeViewTable(attrView *av.AttributeView, view *av.View, query s
Relation: key.Relation,
Rollup: key.Rollup,
Date: key.Date,
Created: key.Created,
Updated: key.Updated,
},
Width: col.Width,
Pin: col.Pin,