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: