fix: douban people status rating
This commit is contained in:
parent
e9622cea8f
commit
90556cf036
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue