mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
feat: clearer picture for ps trophy
This commit is contained in:
@@ -98,7 +98,12 @@ module.exports = async (ctx) => {
|
||||
.eq(0)
|
||||
.text()
|
||||
.trim(),
|
||||
description: `<img src="${item.find('.trophy img').attr('src')}"><br>${item
|
||||
description: `<img src="${
|
||||
item
|
||||
.find('.trophy source')
|
||||
.attr('srcset')
|
||||
.split(' ')[1]
|
||||
}"><br>${item
|
||||
.find('.title')
|
||||
.parent()
|
||||
.contents()
|
||||
|
||||
Reference in New Issue
Block a user