@@ -236,6 +236,7 @@ func (e *ExtractTask) PreInfo(doc map[string]interface{}) (j, jf *ju.Job) {
} else {
detail = d2
}
+ detail = regexp.MustCompile(`<!--[\w\W]*?-->`).ReplaceAllString(detail, "")
d3, _ := doc["summary"].(string)
detail = ju.CutLableStr(d3 + "\n" + detail)
detail = cut.ClearHtml(d3 + "\n" + detail)