fix(ui): remove missing emoji from chart title and use simpler wording
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user