🎨 支持通过界面设置代码片段 https://github.com/siyuan-note/siyuan/issues/6357

This commit is contained in:
Liang Ding 2022-10-27 10:38:49 +08:00
parent f2236b2328
commit 2c608bf593
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 75 additions and 4 deletions

View file

@ -17,6 +17,7 @@
package conf
type Snippet struct {
ID string `json:"id"`
Name string `json:"name"`
Memo string `json:"memo"`
Type string `json:"type"` // js/css