@@ -53,7 +53,7 @@ func AnalysisHtml(htmlFilePath string) (detail, desc string, imageUrl []string,
}).Slice()
// 获取替换过的html文本
detail, err = doc.Html()
- desc = doc.Find("#pane-1 div.sub-section-content > p:nth-child(1)").Text()
+ desc = doc.Find("#project-one").Text()
return
}