🎨 Improve snippet structure https://github.com/siyuan-note/siyuan/issues/9604
This commit is contained in:
parent
ceb54a6c0a
commit
f67061d6cf
1 changed files with 0 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Reference in a new issue