From 17782b84d41699605f41c4967f6d5f64ae83a33a Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 5 Apr 2025 14:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=5F=5Finit=5F=5F.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/mpserverstatus/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/mpserverstatus/__init__.py b/plugins/mpserverstatus/__init__.py index d4d2070..f076bc2 100644 --- a/plugins/mpserverstatus/__init__.py +++ b/plugins/mpserverstatus/__init__.py @@ -15,7 +15,7 @@ class MPServerStatus(_PluginBase): # 插件图标 plugin_icon = "Duplicati_A.png" # 插件版本 - plugin_version = "1.1" + plugin_version = "1.2" # 插件作者 plugin_author = "jxxghp" # 作者主页 @@ -391,7 +391,7 @@ class MPServerStatus(_PluginBase): 'props': { 'class': 'text-h6' }, - 'text': requests + 'text': f"{requests:,}" } ] } @@ -443,7 +443,7 @@ class MPServerStatus(_PluginBase): 'props': { 'class': 'text-h6' }, - 'text': accepts + 'text': f"{accepts:,}" } ] }