mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 21:18:57 +08:00
fix typora changelog (#1843)
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = async (ctx) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const items = await Promise.all(
|
const items = await Promise.all(
|
||||||
$('#content > ul:nth-child(2) > li')
|
$('#list-contents > ul:nth-child(2) > li')
|
||||||
.get()
|
.get()
|
||||||
.map(async (item) => {
|
.map(async (item) => {
|
||||||
const node = $('a', item);
|
const node = $('a', item);
|
||||||
|
|||||||
Reference in New Issue
Block a user