From c937583a50d8513d76adead3648f83eee2fcc6f9 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Fri, 13 Jun 2025 00:24:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=AD=98=E5=9C=A8()<>=E7=AD=89=E6=8B=AC?= =?UTF-8?q?=E5=8F=B7=E6=83=85=E5=86=B5=E4=B8=8B=E6=97=A0=E6=B3=95=E5=8F=91?= =?UTF-8?q?=E9=80=81tg=E9=80=9A=E7=9F=A5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/pipeline/src/notification/api.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/core/pipeline/src/notification/api.ts b/packages/core/pipeline/src/notification/api.ts index 86ea5d46..9db050f3 100644 --- a/packages/core/pipeline/src/notification/api.ts +++ b/packages/core/pipeline/src/notification/api.ts @@ -121,9 +121,13 @@ export abstract class BaseNotification implements INotification { async onTestRequest() { return await this.doSend({ userId: 0, - title: "【Certd】测试通知【*.foo.com】,标题长度测试、测试、测试", - content: `测试通知,*.foo.com + title: "【标题】测试通知【*.foo.com】,标题长度测试、测试、测试", + content: `测试通知 +域名测试: *.foo.com 换行测试 +(括号测试) +<尖括号测试> +[中括号测试] `, pipeline: { id: 1,