🍱 png2webp

This commit is contained in:
目棃
2025-02-24 15:18:07 +08:00
parent 7e133176e5
commit 798c4bd7d5
12 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<div class="ab-container">
<div class="ab-draw-top">
<div @click="toAct" class="ab-draw-act" title="前往网页活动">
<img src="/source/UI/act_birthday.png" alt="archive_birthday_icon" class="side-icon" />
<img src="/source/UI/act_birthday.webp" alt="archive_birthday_icon" class="side-icon" />
</div>
<v-switch class="ab-draw-switch" v-model="isAether" />
<span>{{ isAether ? "空" : "荧" }}</span>

View File

@@ -2,7 +2,7 @@
<v-app-bar>
<div class="pc-top">
<div class="pc-title">
<img src="/source/UI/posts.png" alt="posts" />
<img src="/source/UI/posts.webp" alt="posts" />
<span>收藏</span>
</div>
<v-select

View File

@@ -2,7 +2,7 @@
<v-app-bar>
<template #prepend>
<div class="posts-top">
<img src="/source/UI/posts.png" alt="posts" />
<img src="/source/UI/posts.webp" alt="posts" />
<span>帖子</span>
</div>
</template>