feat(theme): add support for base64 for profile avatars (#808)
This commit is contained in:
parent
2cadb7d88c
commit
cc3582c1f9
@ -20,6 +20,8 @@ const imageUrl = computed(() => {
|
||||
return ''
|
||||
if (isLinkHttp(url))
|
||||
return url
|
||||
if (url.startsWith('data:image/'))
|
||||
return url
|
||||
return withBase(url)
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user