feat: clearer picture for ps trophy

This commit is contained in:
DIYgod
2019-09-03 02:11:38 +08:00
parent aa8712e296
commit f15d5789c0
+6 -1
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()