From 38c3a6c232e3ef6ac4d9335504dddd2bc1771fd4 Mon Sep 17 00:00:00 2001 From: Jerry <129190939+Jerryplusy@users.noreply.github.com> Date: Sun, 25 May 2025 13:30:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/rssPush.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rssPush.js b/apps/rssPush.js index e7ba9b7..817587b 100644 --- a/apps/rssPush.js +++ b/apps/rssPush.js @@ -156,7 +156,7 @@ export default class RssPlugin extends plugin { //await Bot.pickGroup(groupId)?.sendMsg(`让${configControl.get('nickName')}看看内容是什么..`); // TODO 通过人工智能查看内容 await Bot.pickGroup(groupId)?.sendMsg( - `[标题] ${post.title}\n[作者] ${post.author}\n[来源} ${post.feedTitle}\n正在努力截图..` + `[标题] ${post.title}\n[作者] ${post.author}\n[来源] ${post.feedTitle}\n正在努力截图..` ); await screenshot.generateScreenshot(post, tempPath); await Bot.pickGroup(groupId)?.sendMsg([segment.image(tempPath)]);