mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Improve av
This commit is contained in:
parent
7300a4849c
commit
be5bf8978d
1 changed files with 2 additions and 0 deletions
|
@ -1728,6 +1728,8 @@ type Operation struct {
|
|||
GroupID string `json:"groupID"` // 属性视图分组视图 ID
|
||||
TargetGroupID string `json:"targetGroupID"` // 属性视图目标分组视图 ID
|
||||
IgnoreDefaultFill bool `json:"ignoreDefaultFill"` // 是否忽略默认填充
|
||||
|
||||
Context map[string]interface{} `json:"context"` // 上下文信息
|
||||
}
|
||||
|
||||
type Transaction struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue