From 14c3a30806af86fa34fa0076b3b8bffda1a22def Mon Sep 17 00:00:00 2001 From: Xiaolan Bot Date: Mon, 23 Feb 2026 01:48:55 +0800 Subject: [PATCH] fix(ui): remove missing emoji from chart title and use simpler wording --- SubMind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SubMind.py b/SubMind.py index 558ae92..4baca69 100644 --- a/SubMind.py +++ b/SubMind.py @@ -598,7 +598,7 @@ async def stats(update: Update, context: CallbackContext): weight='bold' ) - fig.suptitle('📊 您的订阅支出洞察', fontproperties=font_prop, fontsize=24, color='#0F172A', y=1.02, weight='bold') + fig.suptitle('您的订阅统计报告', fontproperties=font_prop, fontsize=24, color='#0F172A', y=1.02, weight='bold') fig.tight_layout(rect=[0, 0, 1, 0.95]) with tempfile.NamedTemporaryFile(prefix=f'stats_{user_id}_', suffix='.png', delete=False) as tmp: