fix segmentfault图片不显示 (#1938)

This commit is contained in:
Chenyang Shi
2019-04-17 11:58:49 +08:00
committed by DIYgod
parent ec33f344e0
commit 51298203ca

View File

@@ -75,6 +75,7 @@ module.exports = async (ctx) => {
// 文章
description = $('div.article.fmt.article__content')
.html()
.replace(/data-src="/g, 'src="https://segmentfault.com')
.trim();
const date_v = $('div.article__authorright > span')
.text()