🎨 命名查询嵌入块类型持久化

This commit is contained in:
Liang Ding 2023-03-23 19:12:02 +08:00
parent 31ebdeb4dd
commit e952a57f00
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -182,6 +182,7 @@ type CriterionTypes struct {
ListItem bool `json:"listItem"`
CodeBlock bool `json:"codeBlock"`
HtmlBlock bool `json:"htmlBlock"`
EmbedBlock bool `json:"embedBlock"`
}
var criteriaLock = sync.Mutex{}