From 00ced85c5e30c0bb7881709ce7b8b12def2e16b4 Mon Sep 17 00:00:00 2001 From: mengxinzxz <2223529500@qq.com> Date: Fri, 26 Apr 2024 17:07:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dget.bordergroup=E4=BC=A0?= =?UTF-8?q?=E5=85=A5=E5=AD=97=E7=AC=A6=E4=B8=B2=E5=86=99=E6=B3=95=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noname/get/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/noname/get/index.js b/noname/get/index.js index 78a450857..847aa96eb 100644 --- a/noname/get/index.js +++ b/noname/get/index.js @@ -645,6 +645,7 @@ export class Get { return "暂无武将介绍"; } bordergroup(info, raw) { + if(typeof info == 'string') info = get.character(info); if(info.groupBorder) return info.groupBorder; return raw ? "" : info.group || ""; }