fix segmentfault图片不显示 (#1938)
This commit is contained in:
parent
ec33f344e0
commit
51298203ca
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue