update:替换网络图片

This commit is contained in:
2026-09-22 10:00:26 +08:00
parent e98e5129d2
commit 7093d3e4e5
90 changed files with 286 additions and 289 deletions
@@ -239,7 +239,7 @@ const displayName = computed(() => {
});
const avatarSrc = computed(() => {
return user.value?.avatar || "/static/shooter2.png";
return user.value?.avatar || "https://static.shelingxingqiu.com/shootmini/static/shooter2.png";
});
watch(
@@ -638,7 +638,7 @@ onBeforeUnmount(() => {
<!-- <button class="progress-card__sound" hover-class="none" @click="updateSound">
<image
class="progress-card__sound-icon"
:src="`/static/sound${sound ? '' : '-off'}-yellow.png`"
:src="`https://static.shelingxingqiu.com/shootmini/static/sound${sound ? '' : '-off'}-yellow.png`"
mode="aspectFit"
/>
</button> -->