fix(ui): remove missing emoji from chart title and use simpler wording

This commit is contained in:
Xiaolan Bot
2026-02-23 01:48:55 +08:00
parent ebfc342736
commit 14c3a30806

View File

@@ -598,7 +598,7 @@ async def stats(update: Update, context: CallbackContext):
weight='bold' 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]) fig.tight_layout(rect=[0, 0, 1, 0.95])
with tempfile.NamedTemporaryFile(prefix=f'stats_{user_id}_', suffix='.png', delete=False) as tmp: with tempfile.NamedTemporaryFile(prefix=f'stats_{user_id}_', suffix='.png', delete=False) as tmp: