From 64b89d38ec20b513395eabd3b8cce6775136b9fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=8F=B6?= <1936472877@qq.com> Date: Sun, 1 Dec 2024 19:29:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=AA=E5=BC=80=E5=90=AFsteam?= =?UTF-8?q?=E5=A4=B4=E5=83=8F=E6=97=B6=E5=9B=BE=E7=89=87=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/info.js b/apps/info.js index 008ddba..749d3f5 100644 --- a/apps/info.js +++ b/apps/info.js @@ -31,7 +31,7 @@ export const rule = { const img = await Render.render('info/index', { background: utils.getStaticUrl(bg.mini_profile_background.image_large), frame: utils.getStaticUrl(bg.avatar_frame.image_small), - avatar: Config.other.steamAvatar ? info.avatarfull : utils.getUserAvatar(e.self_id, uid, e.group_id), + avatar: Config.other.steamAvatar ? info.avatarfull : await utils.getUserAvatar(e.self_id, uid, e.group_id), name: info.personaname, status: utils.getPersonaState(info.personastate), gameId: info.gameid,