From 152c8215c381eae3a4616d614c0cd983b5b79a5d Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 22 Feb 2024 21:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0bmcl.py=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E6=98=BE=E7=A4=BA=E5=90=8D=E7=A7=B0=E5=89=8D=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=BA=86=E4=B8=80=E4=B8=AA=E6=A0=87=E5=BF=97=E7=AC=A6?= =?UTF-8?q?=E5=8F=B7=EF=BC=8C=E8=B5=9E=E5=8A=A9=E8=80=85=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ica-rs/plugins/bmcl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ica-rs/plugins/bmcl.py b/ica-rs/plugins/bmcl.py index 707a1bc..c3dedd8 100644 --- a/ica-rs/plugins/bmcl.py +++ b/ica-rs/plugins/bmcl.py @@ -117,10 +117,10 @@ def bmcl_rank(msg: NewMessage, client: IcaClient, name: Optional[str]) -> None: else: show_ranks = ranks[:limit] rank_msg = ( - f"名称: {r['name']}\n" + f"{'✅' if r['start'] else '❌'}名称: {r['name']}\n" # f"-{rank['full']} \n" # f"版本: {r['version']}\n" - f"拥有者: {r['owner']} 状态: {r['start']}|" + f"赞助者: {r['owner']}|" f"h/d {format_hit_count(r['rank']['hits'])}|{format_data_size(r['rank']['bytes'])}" for r in show_ranks )