This commit is contained in:
Daniel 2025-07-04 12:00:47 +08:00
parent d7f56c2bb6
commit 1ab9b5c518
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
24 changed files with 141 additions and 85 deletions

View file

@ -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 返回主键的值。