style: auto format
This commit is contained in:
parent
b2d40539f2
commit
af309bb07e
|
|
@ -19,7 +19,7 @@ module.exports = async (ctx) => {
|
|||
item: list
|
||||
.map((index, item) => {
|
||||
item = $(item);
|
||||
thumbnail_url = 'https:' + `${ item.find('a > img').attr('src') ? item.find('a > img').attr('src') : item.find('a > img').attr('data-original') }`;
|
||||
thumbnail_url = 'https:' + `${item.find('a > img').attr('src') ? item.find('a > img').attr('src') : item.find('a > img').attr('data-original')}`;
|
||||
link_url = 'https://wnacg.org' + `${item.find('a').attr('href')}`;
|
||||
return {
|
||||
title: item.find('a').attr('title'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue