mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
♻️ Gallery view renamed to Card view https://github.com/siyuan-note/siyuan/issues/15215
This commit is contained in:
parent
d7f56c2bb6
commit
1ab9b5c518
24 changed files with 141 additions and 85 deletions
|
|
@ -111,7 +111,7 @@ func (baseInstanceField *BaseInstanceField) GetID() string {
|
|||
}
|
||||
|
||||
// Collection 描述了一个集合的接口。
|
||||
// 集合可以是表格、画廊等,包含多个项目。
|
||||
// 集合可以是表格、卡片等,包含多个项目。
|
||||
type Collection interface {
|
||||
|
||||
// GetItems 返回集合中的所有项目。
|
||||
|
|
@ -138,7 +138,7 @@ type Field interface {
|
|||
}
|
||||
|
||||
// Item 描述了一个项目的接口。
|
||||
// 项目可以是表格行、画廊卡片等。
|
||||
// 项目可以是表格行、卡片等。
|
||||
type Item interface {
|
||||
|
||||
// GetBlockValue 返回主键的值。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue