瀏覽代碼

:fire: Remove Settings - Appearance - Customize the current theme https://github.com/siyuan-note/siyuan/issues/8006

Liang Ding 2 年之前
父節點
當前提交
fde48325e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/model/graph.go

+ 1 - 1
kernel/model/graph.go

@@ -47,7 +47,7 @@ type GraphNode struct {
 type GraphLink struct {
 type GraphLink struct {
 	From   string       `json:"from"`
 	From   string       `json:"from"`
 	To     string       `json:"to"`
 	To     string       `json:"to"`
-	Ref    bool         `json:"-"`
+	Ref    bool         `json:"ref"`
 	Arrows *GraphArrows `json:"arrows"`
 	Arrows *GraphArrows `json:"arrows"`
 }
 }