From 5bbf210394883c4893c365bd16e999490b6e9b41 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 29 Dec 2025 15:45:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dserverchan3=20?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E9=80=89=E6=8B=A9tags=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/plugins/plugin-notification/serverchan3/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/certd-server/src/plugins/plugin-notification/serverchan3/index.ts b/packages/ui/certd-server/src/plugins/plugin-notification/serverchan3/index.ts index 67f105668..50c43fe04 100644 --- a/packages/ui/certd-server/src/plugins/plugin-notification/serverchan3/index.ts +++ b/packages/ui/certd-server/src/plugins/plugin-notification/serverchan3/index.ts @@ -56,7 +56,7 @@ export class ServerChan3Notification extends BaseNotification { data: { text: body.title, desp: body.content + '\n\n[查看详情](' + body.url + ')', - tags: this.tags.join('|'), + tags: this.tags?.join('|') || undefined, short: this.short, }, skipSslVerify: this.skipSslVerify,