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
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"{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()}",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chart-label {
|
.chart-label {
|
||||||
font-size: 30px;
|
font-size: 24px;
|
||||||
max-width: 240px;
|
max-width: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user