This commit is contained in:
Daniel 2025-08-10 11:20:53 +08:00
parent aaf1d9896a
commit de8eb72393
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
6 changed files with 35 additions and 36 deletions

View file

@ -374,7 +374,7 @@ func (value *Value) GetValByType(typ KeyType) (ret interface{}) {
}
type ValueBlock struct {
ID string `json:"id"`
ID string `json:"id"` // 绑定的块 ID非绑定块时为空
Icon string `json:"icon"`
Content string `json:"content"`
Created int64 `json:"created"`