mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-15 18:30:53 +08:00
chore(deps-dev): bump prettier from 1.19.1 to 2.0.2
This commit is contained in:
@@ -31,14 +31,8 @@ module.exports = async (ctx) => {
|
||||
title: item.find('h1').text(),
|
||||
description: `${item.find('.pr-4').text()}<br>
|
||||
<br>Language: ${item.find('span[itemprop="programmingLanguage"]').text() || 'unknown'}
|
||||
<br>Star: ${item
|
||||
.find('.muted-link')
|
||||
.eq(0)
|
||||
.text()}
|
||||
<br>Fork: ${item
|
||||
.find('.muted-link')
|
||||
.eq(1)
|
||||
.text()}`,
|
||||
<br>Star: ${item.find('.muted-link').eq(0).text()}
|
||||
<br>Fork: ${item.find('.muted-link').eq(1).text()}`,
|
||||
link: `https://github.com${item.find('h1 a').attr('href')}`,
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user