feat: 系统版本显示

This commit is contained in:
snowy 2024-04-05 09:32:55 +08:00
parent 731f07e062
commit 844f04d555
2 changed files with 2 additions and 1 deletions

View File

@ -93,6 +93,7 @@ async def get_bots_data(ulang: Language, self_id: "") -> list:
f"{ulang.get('liteyuki.stats.plugins')} {len(nonebot.get_loaded_plugins())}", f"{ulang.get('liteyuki.stats.plugins')} {len(nonebot.get_loaded_plugins())}",
f"Nonebot {nonebot.__version__}", f"Nonebot {nonebot.__version__}",
f"{platform.python_implementation()} {platform.python_version()}", f"{platform.python_implementation()} {platform.python_version()}",
f"{platform.system()} {platform.release()}",
] ]
} }
) )

View File

@ -84,7 +84,7 @@
} }
.chart-label { .chart-label {
font-size: 30px; font-size: 24px;
max-width: 240px; max-width: 240px;
} }