feat: clearer picture for ps trophy
This commit is contained in:
parent
aa8712e296
commit
f15d5789c0
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue