From c3e06c997f40bf66db28de7ee82bada86d516810 Mon Sep 17 00:00:00 2001 From: v6ole Date: Sat, 9 May 2026 16:24:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20textcard=20?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E4=B8=AD=E7=9A=84=20HTML=20=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=EF=BC=8C=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=AB=AF=E4=B8=8D=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/notification_service.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/services/notification_service.py b/app/services/notification_service.py index af20a1e..a17fa66 100644 --- a/app/services/notification_service.py +++ b/app/services/notification_service.py @@ -30,11 +30,7 @@ class NotificationService: source_name = ann.get("source_name", "") - description = ( - f'
' - f'{source_name} | {purchase_name} | {time_str}' - f'
' - ) + description = f"{source_name} | {purchase_name} | {time_str}" url = ann.get("content_url", "")