🎨 Add asset type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8895

This commit is contained in:
Daniel 2023-09-21 16:58:34 +08:00
parent 0c05a06aaa
commit a6d4ba4d58
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -65,7 +65,7 @@ const (
KeyTypeURL KeyType = "url"
KeyTypeEmail KeyType = "email"
KeyTypePhone KeyType = "phone"
KeyTypeMAsset KeyType = "asset"
KeyTypeMAsset KeyType = "mAsset"
)
// Key 描述了属性视图属性列的基础结构。