fix: diygod animal-crossing
This commit is contained in:
parent
d5e0e137b4
commit
c18034f610
|
|
@ -12,7 +12,7 @@ module.exports = async (ctx) => {
|
|||
|
||||
const $ = cheerio.load(data);
|
||||
$('style').remove();
|
||||
const list = $('h2');
|
||||
const list = $('.post-body h2');
|
||||
|
||||
ctx.state.data = {
|
||||
title: 'DIYgod 的动森日记',
|
||||
|
|
|
|||
Loading…
Reference in New Issue