This commit is contained in:
parent
e3bf62f188
commit
273fb76548
|
@ -1,14 +1,14 @@
|
|||
<template>
|
||||
<MkA v-if="url.startsWith('/')" v-user-preview="canonical" class="akbvjaqn" :class="{ isMe }" :to="url" :style="{ background: bgCss }" @click.stop>
|
||||
<!-- #v-ifdef VITE_CAPACITOR -->
|
||||
// #v-ifdef VITE_CAPACITOR
|
||||
<img
|
||||
:class="$style.icon"
|
||||
:src="`${$i.instanceUrl}/avatar/@${username}@${host}`"
|
||||
alt=""
|
||||
/>
|
||||
<!-- #v-else -->
|
||||
// #v-else
|
||||
<img class="icon" :src="`/avatar/@${username}@${host}`" alt="">
|
||||
<!-- #v-endif -->
|
||||
// #v-endif
|
||||
<span class="main">
|
||||
<span class="username">@{{ username }}</span>
|
||||
<span v-if="(host != localHost) || $store.state.showFullAcct" class="host">@{{ toUnicode(host) }}</span>
|
||||
|
|
Loading…
Reference in New Issue