fix: douban people status rating

This commit is contained in:
DIYgod 2021-03-08 17:53:45 +08:00
parent e9622cea8f
commit 90556cf036
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ function getContentByActivity(ctx, item, params = {}, picsPrefixes = []) {
description += `<a href="${status.card.url}" target="_blank" rel="noopener noreferrer"><strong>${status.card.title}</strong><br><small>${status.card.subtitle}</small>`;
if (status.card.rating) {
description += `<br><small>评分:${status.card.rating}</small>`;
description += `<br><small>评分:${status.card.rating.value}</small>`;
}
description += `</a>`;
if (readable) {