mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
fix typora changelog (#1843)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user