remove nekomimi different colors

This commit is contained in:
sim1222 2023-04-02 21:37:21 +09:00
parent 24e87279ad
commit b3a48f290d
No known key found for this signature in database
GPG Key ID: 04EF48D01BEB0298

View File

@ -5,12 +5,12 @@
<div v-if="user.isCat" :class="[$style.ears, { [$style.mask]: useBlurEffect }]">
<div :class="$style.earLeft">
<div v-if="useBlurEffect" :class="$style.layer">
<div :class="$style.plot" :style="{ backgroundImage: `url(${JSON.stringify(url)})` }"/>
<!-- <div :class="$style.plot" :style="{ backgroundImage: `url(${JSON.stringify(url)})` }"/>-->
</div>
</div>
<div :class="$style.earRight">
<div v-if="useBlurEffect" :class="$style.layer">
<div :class="$style.plot" :style="{ backgroundImage: `url(${JSON.stringify(url)})` }"/>
<!-- <div :class="$style.plot" :style="{ backgroundImage: `url(${JSON.stringify(url)})` }"/>-->
</div>
</div>
</div>