From 41e2d81ee2ca30861f21f1859f6b2d56b501451e Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Wed, 28 Aug 2024 01:28:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E8=80=97=E6=97=B6=E6=98=BE=E7=A4=BA=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA0.4.3-bun?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/namerena.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/namerena.py b/plugins/namerena.py index e03ecee..7855219 100644 --- a/plugins/namerena.py +++ b/plugins/namerena.py @@ -109,7 +109,7 @@ def eval_fight(msg: ReciveMessage, client) -> None: # 发送结果 end_time = time.time() reply = msg.reply_with( - f"{out_result}{err_result}外部耗时:{end_time - start_time:.2f}s\n版本:{_version_}" + f"{out_result}{err_result}外部耗时:{end_time - start_time:.2f}s\n版本:{_version_}-{'bun' if use_bun else 'node'}" ) client.send_message(reply) except Exception as e: