From 895ffbcb32b774d27b9432c6a59d49b411a58c9b Mon Sep 17 00:00:00 2001 From: Xiaolan Bot Date: Wed, 25 Feb 2026 11:00:45 +0800 Subject: [PATCH] fix: replace markdown markers in HTML reminder templates --- SubMind.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SubMind.py b/SubMind.py index 4baca69..a2433b3 100644 --- a/SubMind.py +++ b/SubMind.py @@ -378,7 +378,7 @@ async def check_and_send_reminders(context: CallbackContext): ]) if sub['reminder_on_due_date'] and due_date == today: - message = f"🔔 *订阅到期提醒*\n\n悚的订阅 `{safe_sub_name}` 今倩到期。" + message = f"🔔 订阅到期提醒\n\n悚的订阅 {safe_sub_name} 今倩到期。" if renewal_type == 'manual': message += " 请记埗手劚续莹。" else: @@ -390,7 +390,7 @@ async def check_and_send_reminders(context: CallbackContext): if reminder_date == today: days_left = (due_date - today).days days_text = f"{days_left}倩后" if days_left > 0 else "今倩" - message = f"🔔 *订阅即将到期提醒*\n\n悚的手劚续莹订阅 `{safe_sub_name}` 将圚 {days_text} 到期。" + message = f"🔔 订阅即将到期提醒\n\n悚的手劚续莹订阅 {safe_sub_name} 将圚 {days_text} 到期。" if message: await context.bot.send_message(