refactor: 清理未使用的图片资源并更新UI样式

删除静态目录中未使用的tabbar图片资源
更新manifest.json添加h5路由基础路径
修改按钮颜色、图标及头像尺寸以提升用户体验
This commit is contained in:
王创世 2025-05-27 18:13:15 +08:00
parent 448712ece5
commit 5d2aaee2eb
12 changed files with 10 additions and 5 deletions

View File

@ -64,5 +64,10 @@
"uniStatistics" : {
"enable" : false
},
"vueVersion" : "2"
"vueVersion" : "2",
"h5" : {
"router" : {
"base" : "/h5/"
}
}
}

View File

@ -73,7 +73,7 @@
<view v-if="userMyScore.length>2" class="user-info__container justify-content-item">
<view class="user-info__avatar-three tn-flex-col-center tn-flex-row-center">
<view class="tn-shadow-blur"
:style="`background-image:url(${userMyScore[2].image});width: 120rpx;height: 120rpx;background-size: 100% 100%;`">
:style="`background-image:url(${userMyScore[2].image});width: 105rpx;height: 105rpx;background-size: 100% 100%;`">
</view>
</view>
<view class="user-info__nick-name-three clamp-text-1">{{userMyScore[2].name}}</view>

View File

@ -63,8 +63,8 @@
<!-- 悬浮按钮-->
<view class="tn-flex tn-footerfixed">
<view class="tn-flex-1 justify-content-item tn-margin-sm tn-text-center">
<tn-button :disabled="disabled" backgroundColor="#00FFC6" padding="40rpx 0" width="60%" shadow fontBold @tap="submitDo">
<text class="tn-color-black"> </text>
<tn-button :disabled="disabled" backgroundColor="#FFA726" padding="40rpx 0" width="60%" shadow fontBold @tap="submitDo">
<text class="tn-color-white"> </text>
</tn-button>
</view>
</view>

View File

@ -68,7 +68,7 @@
{
title: '积分排行',
activeIcon: 'cute',
inactiveIcon: 'rocket',
inactiveIcon: 'trophy',
activeIconColor: '#FFFFFF',
inactiveIconColor: '#FFFFFF',
iconSize: 50,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB