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 || ""; }