🎨 Update Status Text

This commit is contained in:
洛水居室 2023-12-16 16:49:08 +08:00
parent 5c3a444a6c
commit fd34078f76
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -43,7 +43,7 @@ class Status(Plugin):
) )
text = ( text = (
"PaiGram 运行状态" "PaiGram 运行状态\n"
f"Python 版本: `{python_version()}` \n" f"Python 版本: `{python_version()}` \n"
f"Telegram 版本: `{__version__}` \n" f"Telegram 版本: `{__version__}` \n"
f"CPU使用率: `{cpu_percent}%/{process_cpu_use}%` \n" f"CPU使用率: `{cpu_percent}%/{process_cpu_use}%` \n"