mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-31 01:01:11 +08:00
style: auto format
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = {
|
||||
const list = $('li', 'ul').slice(0, 3).get();
|
||||
|
||||
const result_item = await Promise.all(
|
||||
list.map((item) =>
|
||||
list.map((item) =>
|
||||
ctx.cache.tryGet(`https://www.dapenti.com/blog/${$(item).find('a').attr('href')}`, async () => {
|
||||
const el = $(item);
|
||||
const url = `https://www.dapenti.com/blog/${el.find('a').attr('href')}`;
|
||||
|
||||
Reference in New Issue
Block a user