fix: diygod animal-crossing

This commit is contained in:
DIYgod 2020-03-28 08:58:01 +08:00
parent d5e0e137b4
commit c18034f610
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 1 additions and 1 deletions

View File

@ -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 的动森日记',