feat: clearer picture for ps trophy

This commit is contained in:
DIYgod 2019-09-03 02:11:38 +08:00
parent aa8712e296
commit f15d5789c0
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 6 additions and 1 deletions

View File

@ -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()