From 9088a339becfc1a9688202ffad2085b4330e6bcc Mon Sep 17 00:00:00 2001 From: Spero Xu <48976761+speroxu@users.noreply.github.com> Date: Fri, 29 Mar 2019 16:03:59 +0800 Subject: [PATCH] fix typora changelog (#1843) --- lib/routes/typora/changelog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);