update plugins/genshin/model/srmysNews.js.

Signed-off-by: touchscale <11134128+touchscale_admin@user.noreply.gitee.com>
This commit is contained in:
touchscale 2023-05-17 13:47:32 +00:00 committed by Gitee
parent 41bdaf5b55
commit 5641775a20
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ export default class MysNews extends base {
logger.mark(`[崩坏星穹铁道${typeName}推送] ${param.data.post.subject}`) logger.mark(`[崩坏星穹铁道${typeName}推送] ${param.data.post.subject}`)
this[postId] = { this[postId] = {
img: await this.rander(param), img: await this.render(param),
title: param.data.post.subject title: param.data.post.subject
} }
} }