mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
fix avatar display
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user