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

This commit is contained in:
Liang Ding
2023-03-23 19:12:02 +08:00
parent 31ebdeb4dd
commit e952a57f00

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{}