加入了头像信息

This commit is contained in:
liuwei
2025-05-26 15:53:35 +08:00
parent ba253fc6e0
commit da0d95d635

View File

@@ -191,7 +191,7 @@ class Robot:
# # 获取扩展信息,显示相关内容
ext_profile = await self.ipad_bot.get_profile_info_ext()
self.ipad_bot.profile_ext = ext_profile
self.ipad_bot.head_image = ext_profile.get("SmallHeadImgUrl")
self.head_image = ext_profile.get("SmallHeadImgUrl")
# 先接受堆积消息
self.LOG.info("处理堆积消息中")