@@ -563,6 +563,13 @@ func (this *YanxuanSpecialController) Center() {
return
}
v.ContentHasStyle = hasStyle
+ hasImg, err := utils.ArticleHasImgUrl(v.Content)
+ if err != nil {
+ return
+ }
+ if hasImg {
+ v.ContentHasStyle = hasImg