mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 07:02:33 +01:00
📝 Update changelogs
This commit is contained in:
parent
02c85734a0
commit
2e064b2453
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ type AttributeView struct {
|
|||
Views []*View `json:"views"` // 视图
|
||||
}
|
||||
|
||||
func CloneAttributeView(av *AttributeView) (ret *AttributeView) {
|
||||
func ShallowCloneAttributeView(av *AttributeView) (ret *AttributeView) {
|
||||
ret = &AttributeView{}
|
||||
data, err := gulu.JSON.MarshalJSON(av)
|
||||
if nil != err {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue