fix: 数英网部分标题无法显示 (#2184)
This commit is contained in:
parent
ac872e6476
commit
2097f57597
|
|
@ -22,7 +22,7 @@ module.exports = async (ctx) => {
|
|||
const $ = cheerio.load(res.data);
|
||||
|
||||
const item = {
|
||||
title: $('.project_title h2').text(),
|
||||
title: $('.clearfix h2').text(),
|
||||
author: $('#avatar_by')
|
||||
.find('a')
|
||||
.text(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue