Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-11 18:57:07 +08:00
parent d421bd2332
commit de6a328362
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -297,6 +297,9 @@ func searchEmbedBlock(c *gin.Context) {
excludeIDsArg := arg["excludeIDs"].([]interface{})
var excludeIDs []string
for _, excludeID := range excludeIDsArg {
if nil == excludeID {
continue
}
excludeIDs = append(excludeIDs, excludeID.(string))
}
headingMode := 0 // 0显示标题与下方的块1仅显示标题2仅显示标题下方的块