mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 支持通过界面设置代码片段 https://github.com/siyuan-note/siyuan/issues/6357
This commit is contained in:
parent
f2236b2328
commit
2c608bf593
4 changed files with 75 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue