🍱 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

BIN
public/source/UI/posts.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 776 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -28,7 +28,7 @@
<v-list-item :title.attr="'帖子'" :link="true" href="/posts/forum">
<template #title>帖子</template>
<template #prepend>
<img src="/source/UI/posts.png" alt="posts" class="side-icon" />
<img src="/source/UI/posts.webp" alt="posts" class="side-icon" />
</template>
</v-list-item>
<v-list-item :title.attr="'成就'" :link="true" href="/achievements">
@@ -114,7 +114,7 @@
<v-list-item :title.attr="'留影叙佳期'" :link="true" href="/archive/birthday">
<template #title>留影叙佳期</template>
<template #prepend>
<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" />
</template>
</v-list-item>
<div class="bottom-menu">
@@ -145,7 +145,7 @@
</v-list-item>
<v-list-item class="side-item-menu" title="收藏" :link="true" href="/collection">
<template #prepend>
<img src="/source/UI/posts.png" alt="collect" class="side-icon-menu" />
<img src="/source/UI/posts.webp" alt="collect" class="side-icon-menu" />
</template>
</v-list-item>
</v-list>

View File

@@ -17,7 +17,7 @@
<img @click="toBirth(true)" :src="i.head_icon" alt="empty" class="tcb-cur" v-else />
</div>
<span>的生日哦~</span>
<img @click="toBirth(true)" src="/source/UI/act_birthday.png" alt="empty" class="active" />
<img @click="toBirth(true)" src="/source/UI/act_birthday.webp" alt="empty" class="active" />
</div>
<div>即将到来{{ next[0].role_birthday }}</div>
<div v-for="i in next" :key="i.role_id" class="tcb-item">

View File

@@ -10,7 +10,7 @@
/>
<div class="tp-video-share">
<img alt="cover" :src="videoCover" class="tp-video-cover" />
<img alt="icon" src="/source/UI/video_play_bili.png" class="tp-video-icon" />
<img alt="icon" src="/source/UI/video_play_bili.webp" class="tp-video-icon" />
<div class="tp-video-info">
<span>{{ videoData.bvid }}|{{ timestampToDate(videoData.ctime * 1000) }}</span>
<span>{{ videoData.title }}</span>

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>