From e9aeffe2245a645924919f3833509622f6bef857 Mon Sep 17 00:00:00 2001 From: Jerryplusy Date: Fri, 29 Aug 2025 23:42:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=98=B5=E7=A7=B0?= =?UTF-8?q?=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 a2474ba..57e365d 100644 --- a/apps/rssPush.js +++ b/apps/rssPush.js @@ -150,7 +150,7 @@ export default class RssPlugin extends plugin { const tempPath = path.join(process.cwd(), 'data', `rss-${Date.now()}.png`); if (feed.screenshot) { await Bot.pickGroup(groupId)?.sendMsg( - `${configControl.get('nickName')}发现了一条新的rss推送!` + `${configControl.get('profile')?.nickName}发现了一条新的rss推送!` ); await tools.sleep(1000); //await Bot.pickGroup(groupId)?.sendMsg(`让${configControl.get('nickName')}看看内容是什么..`);