Bläddra i källkod

:art: Improve snippet structure https://github.com/siyuan-note/siyuan/issues/9604

Daniel 1 år sedan
förälder
incheckning
f67061d6cf
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      kernel/conf/snippet.go

+ 0 - 1
kernel/conf/snippet.go

@@ -19,7 +19,6 @@ package conf
 type Snippet struct {
 	ID      string `json:"id"`
 	Name    string `json:"name"`
-	Memo    string `json:"memo"`
 	Type    string `json:"type"` // js/css
 	Enabled bool   `json:"enabled"`
 	Content string `json:"content"`