APP热更新

This commit is contained in:
cansnow
2026-01-11 13:51:16 +08:00
parent 941464c330
commit c38846f13b
16 changed files with 995 additions and 197 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
:show="previewVideoFlag"
opacity="1"
:custom-style="customMaskStyle">
<view @tap.stop
<view @tap.stop="quitPlay"
class="playBox"
style="height:100vh;width:100vw;">
<video
@@ -18,7 +18,7 @@
</video>
<view class="quitBox" @click="quitPlay">
<u-icon name="close-circle" color="#FFF" size="32"></u-icon>
<cover-view class="icon"></cover-view>
<!-- <cover-view class="icon"></cover-view> -->
</view>
</view>
</u-overlay>
@@ -99,7 +99,7 @@
right: 5%;
top: 10%;
.icon{
color: #fff;
color: #f00;
font-size: 32px;
font-family: uicon-iconfont;
}