diff --git a/New_College.Tasks/HtmlAgSpider/HtmlAgHelper.cs b/New_College.Tasks/HtmlAgSpider/HtmlAgHelper.cs
index 9a7576c..4feafa4 100644
--- a/New_College.Tasks/HtmlAgSpider/HtmlAgHelper.cs
+++ b/New_College.Tasks/HtmlAgSpider/HtmlAgHelper.cs
@@ -36,7 +36,7 @@ namespace New_College.Tasks
title = inntertitle,
author = author,
pubtime = Convert.ToDateTime(createtime),
- detail = innerhtml
+ detail = innerhtml.Replace("src=\"", "src=\"https://www.sdzk.cn").Replace("href=\"", "href=\"https://www.sdzk.cn")
});
});
return list;