mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
feat: 状态卡片模糊半径更改
This commit is contained in:
parent
d37442bc9d
commit
f9e5742821
@ -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, debug=True),
|
||||
get_path("templates/stats.html", abs_path=True),
|
||||
{
|
||||
"data": await get_stats_data(bot.self_id, ulang.lang_code)
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user