1
0
forked from bot/app

docs: 使用vuepress重新构建文档

This commit is contained in:
2024-03-27 23:05:44 +08:00
parent 505dfe3254
commit 75795a5b13
46 changed files with 4050 additions and 130 deletions

View File

@ -10,7 +10,7 @@ app = nonebot.get_app()
def get_system_info():
cpu_percent = psutil.cpu_percent()
cpu_percent = psutil.cpu_percent(interval=0.1)
memory_info = psutil.virtual_memory()
memory_percent = memory_info.percent
return {