From f67061d6cf09954d5c83f38ff973a67b75d70ba4 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Thu, 9 Nov 2023 09:40:37 +0800 Subject: [PATCH] :art: Improve snippet structure https://github.com/siyuan-note/siyuan/issues/9604 --- kernel/conf/snippet.go | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/conf/snippet.go b/kernel/conf/snippet.go index 4820a3228..ff43528e8 100644 --- a/kernel/conf/snippet.go +++ b/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"`