图片资源优化

This commit is contained in:
kron
2025-08-15 14:07:59 +08:00
parent 3b5c0cbb4a
commit 13c4ce7690
13 changed files with 4 additions and 2 deletions

View File

@@ -139,12 +139,12 @@ onShow(async () => {
</view> </view>
<view <view
class="ranking-season" class="ranking-season"
v-if="seasonData.length" v-show="seasonData.length"
@click.stop="() => (showSeasonList = true)" @click.stop="() => (showSeasonList = true)"
> >
<text>{{ seasonName }}</text> <text>{{ seasonName }}</text>
<image <image
v-if="seasonData.length > 1" v-show="seasonData.length > 1"
src="../static/triangle.png" src="../static/triangle.png"
mode="widthFix" mode="widthFix"
/> />
@@ -417,6 +417,7 @@ onShow(async () => {
} }
.ranking-season > image { .ranking-season > image {
width: 12px; width: 12px;
height: 12px;
} }
.ranking-season > text { .ranking-season > text {
color: #ffd947; color: #ffd947;
@@ -463,6 +464,7 @@ onShow(async () => {
} }
.battle-types > image { .battle-types > image {
width: 100%; width: 100%;
height: 14vw;
} }
.data-progress { .data-progress {
width: 100%; width: 100%;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 52 KiB