From e3553d4c8c0cfd94e13e449c71d39d0b907d6727 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Tue, 26 Nov 2024 18:36:28 +0800 Subject: [PATCH] chore: --- .../src/plugins/plugin-notification/telegram/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/certd-server/src/plugins/plugin-notification/telegram/index.ts b/packages/ui/certd-server/src/plugins/plugin-notification/telegram/index.ts index 0f90f1b3..60a9f067 100644 --- a/packages/ui/certd-server/src/plugins/plugin-notification/telegram/index.ts +++ b/packages/ui/certd-server/src/plugins/plugin-notification/telegram/index.ts @@ -19,9 +19,9 @@ export class TelegramNotification extends BaseNotification { @NotificationInput({ title: '聊天ID', component: { - placeholder: '聊天ID,例如 -123456789 或 @channelusername', + placeholder: '聊天ID,例如 123456789 或 @channelusername', }, - helper: '聊天的唯一标识符或用户名', + helper: '用户ID(纯数字)或频道名称(@xxxx)', required: true, }) chatId = '';