forked from bot/app
feat: 系统版本显示
This commit is contained in:
parent
731f07e062
commit
844f04d555
@ -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"Nonebot {nonebot.__version__}",
|
||||
f"{platform.python_implementation()} {platform.python_version()}",
|
||||
f"{platform.system()} {platform.release()}",
|
||||
]
|
||||
}
|
||||
)
|
||||
|
@ -84,7 +84,7 @@
|
||||
}
|
||||
|
||||
.chart-label {
|
||||
font-size: 30px;
|
||||
font-size: 24px;
|
||||
max-width: 240px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user