style: auto format
This commit is contained in:
parent
56ccda8f72
commit
472e0d8f19
|
|
@ -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')}`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue