mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 04:48:48 +01:00
🎨 Add asset type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8895
This commit is contained in:
parent
0c05a06aaa
commit
a6d4ba4d58
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ const (
|
|||
KeyTypeURL KeyType = "url"
|
||||
KeyTypeEmail KeyType = "email"
|
||||
KeyTypePhone KeyType = "phone"
|
||||
KeyTypeMAsset KeyType = "asset"
|
||||
KeyTypeMAsset KeyType = "mAsset"
|
||||
)
|
||||
|
||||
// Key 描述了属性视图属性列的基础结构。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue