mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 15:21:59 +08:00
chore(deps-dev): bump prettier from 1.19.1 to 2.0.2
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = async (ctx) => {
|
||||
const $ = cheerio.load(htmlString);
|
||||
const announceList = [];
|
||||
|
||||
$('.mp_news_list > .mp_news_item').each(function() {
|
||||
$('.mp_news_list > .mp_news_item').each(function () {
|
||||
const $item = $(this);
|
||||
const $link = $item.find('a');
|
||||
const time = $item.find('.read_more').text();
|
||||
|
||||
Reference in New Issue
Block a user