feat: 状态卡片模糊半径更改

This commit is contained in:
2024-04-11 13:15:29 +08:00
parent 79451ac24f
commit d37442bc9d
9 changed files with 151 additions and 95 deletions

View File

@ -33,7 +33,7 @@ protocol_names = {
async def _(bot: T_Bot, event: T_MessageEvent):
ulang = get_user_lang(str(event.user_id))
image = await template2image(
get_path("templates/stats.html", abs_path=True),
get_path("templates/stats.html", abs_path=True, debug=True),
{
"data": await get_stats_data(bot.self_id, ulang.lang_code)
},