mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-15 03:53:16 +08:00
🚸 调整缓存策略
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<template>
|
||||
<div class="tua-dc-container">
|
||||
<div class="tua-dc-avatar">
|
||||
<TMiImg :ori="true" :src="fullIcon" alt="avatar" />
|
||||
<img :src="fullIcon" alt="avatar" />
|
||||
</div>
|
||||
<v-btn
|
||||
:loading="loading"
|
||||
@@ -76,7 +76,6 @@
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import TMiImg from "@comp/app/t-mi-img.vue";
|
||||
import showSnackbar from "@comp/func/snackbar.js";
|
||||
import TSUserAvatar from "@Sqlm/userAvatar.js";
|
||||
import useUserStore from "@store/user.js";
|
||||
|
||||
Reference in New Issue
Block a user