|
@@ -1855,7 +1855,7 @@ func ArticleAnnotation(item *models.HomeArticle) (annotation string) {
|
|
|
ulText = strings.Replace(ulText, " ", "", -1)
|
|
|
if ulText != "" {
|
|
|
textLen := strings.Index(docText, ulText)
|
|
|
- mapDoc[(strings.Index(docText, ulText))] = strconv.Itoa(tk+1) + "." + ulText
|
|
|
+ mapDoc[(strings.Index(docText, ulText))] = ulText
|
|
|
mapSort = append(mapSort, textLen)
|
|
|
}
|
|
|
})
|