Explorar o código

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

Daniel hai 1 ano
pai
achega
f67061d6cf
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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"`