From e89307c7a20bf341730f87455e415fd884ad6432 Mon Sep 17 00:00:00 2001 From: milky0217 Date: Tue, 26 May 2026 15:20:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=80=9A=E7=9F=A5=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E8=84=9A=E6=9C=AC+=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/NOTIFICATIONS.md | 1 + scripts/send-notification.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/NOTIFICATIONS.md b/docs/NOTIFICATIONS.md index 9ad4760..36c7d6a 100644 --- a/docs/NOTIFICATIONS.md +++ b/docs/NOTIFICATIONS.md @@ -96,3 +96,4 @@ 3. 发送个人通知(选择用户) 4. 管理已有通知(编辑、删除) 5. 查看发送记录 + diff --git a/scripts/send-notification.sh b/scripts/send-notification.sh index 5b9c6cb..cca524d 100755 --- a/scripts/send-notification.sh +++ b/scripts/send-notification.sh @@ -139,3 +139,4 @@ VERIFY_SQL="SELECT id, scope, user_id, type, title, priority, created_at::date FROM notifications ORDER BY id DESC LIMIT 5;" ssh "$SSH_HOST" "docker exec ${DB_CONTAINER} psql -U ${DB_USER} -d ${DB_NAME} -c \"${VERIFY_SQL}\"" echo "" +