mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 哔哩哔哩封面损坏问题
This commit is contained in:
parent
37b884abe1
commit
39478d2928
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ export class SendVideoTool extends AbstractTool {
|
||||||
msg.push(title.replace(/(<([^>]+)>)/ig, '') + '\n')
|
msg.push(title.replace(/(<([^>]+)>)/ig, '') + '\n')
|
||||||
msg.push(`UP主:${author} 发布日期:${formatDate(new Date(pubdate * 1000))} 播放量:${play} 点赞:${like}\n`)
|
msg.push(`UP主:${author} 发布日期:${formatDate(new Date(pubdate * 1000))} 播放量:${play} 点赞:${like}\n`)
|
||||||
msg.push(arcurl + '\n')
|
msg.push(arcurl + '\n')
|
||||||
msg.push(segment.image('https:' + pic))
|
msg.push(segment.image(pic))
|
||||||
msg.push('\n' + description)
|
msg.push('\n' + description)
|
||||||
if (honor) {
|
if (honor) {
|
||||||
msg.push(`本视频曾获得过${honor}称号`)
|
msg.push(`本视频曾获得过${honor}称号`)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue