mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Add asset type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8895
This commit is contained in:
@@ -65,7 +65,7 @@ const (
|
||||
KeyTypeURL KeyType = "url"
|
||||
KeyTypeEmail KeyType = "email"
|
||||
KeyTypePhone KeyType = "phone"
|
||||
KeyTypeMAsset KeyType = "asset"
|
||||
KeyTypeMAsset KeyType = "mAsset"
|
||||
)
|
||||
|
||||
// Key 描述了属性视图属性列的基础结构。
|
||||
|
||||
Reference in New Issue
Block a user