fix avatar display

This commit is contained in:
2025-03-31 18:30:23 +08:00
parent 684eb9f4cb
commit 03c9bfe761

View File

@@ -96,8 +96,8 @@ export const Config: TemplateConfig<ConfigType> = {
vertical
>
<NAvatar
v-if="accountInfo.streamerInfo"
:src="accountInfo.streamerInfo.faceUrl"
v-if="userInfo.streamerInfo"
:src="userInfo.streamerInfo.faceUrl"
:size="width > 750 ? 175 : 100"
round
bordered