mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Database gallery view https://github.com/siyuan-note/siyuan/issues/10414
This commit is contained in:
parent
67370745b2
commit
d05010a71f
5 changed files with 73 additions and 25 deletions
|
|
@ -91,6 +91,9 @@ type Item interface {
|
|||
// GetValues 返回项目的所有字段值。
|
||||
GetValues() []*Value
|
||||
|
||||
// GetValue 返回指定键 ID 的字段值。
|
||||
GetValue(keyID string) (ret *Value)
|
||||
|
||||
// GetID 返回项目的 ID。
|
||||
GetID() string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue