diff --git a/lib/routes/typora/changelog.js b/lib/routes/typora/changelog.js index 455a5dab13..856e97b07e 100644 --- a/lib/routes/typora/changelog.js +++ b/lib/routes/typora/changelog.js @@ -40,7 +40,7 @@ module.exports = async (ctx) => { }; const items = await Promise.all( - $('#content > ul:nth-child(2) > li') + $('#list-contents > ul:nth-child(2) > li') .get() .map(async (item) => { const node = $('a', item);