中英韩

This commit is contained in:
2024-08-01 12:21:21 +08:00
parent ea7996e0a7
commit f738d12f9e
29 changed files with 803 additions and 2314 deletions

View File

@@ -2,14 +2,14 @@
<view class="mask flex-center">
<view class="content botton-radius">
<view class="content-top">
<text class="content-top-text">发现新版本</text>
<text class="content-top-text">{{$t('upgrade.new-version')}}</text>
<image class="content-top" style="top: 0;" width="100%" height="100%" src="../../static/image/bg_top.png">
</image>
</view>
<view class="content-header"></view>
<view class="content-body">
<view class="title">
<text>兰州铜箔二期acs系统又有新版本了升级到最新版本享受更丰富稳定快速的功能和体验</text>
<text>{{$t('upgrade.text1')}}</text>
</view>
<view class="footer flex-center">
<template>
@@ -17,11 +17,11 @@
<view class="progress-box flex-column" v-if="downloading">
<progress class="progress" border-radius="35" :percent="downLoadPercent" activeColor="#3DA7FF" show-info stroke-width="10" />
<view style="width:100%;font-size: 28rpx;display: flex;justify-content: space-around;">
<text>安装包下载中请稍后</text>
<text>{{$t('upgrade.text2')}}</text>
<text>({{downloadedSize}}/{{packageFileSize}}M)</text>
</view>
</view>
<button v-else class="content-button" style="border: none;color: #fff;" plain @click="updateApp">立即升级</button>
<button v-else class="content-button" style="border: none;color: #fff;" plain @click="updateApp">{{$t('upgrade.upgrade-now')}}</button>
</template>
</template>
</view>
@@ -146,7 +146,7 @@
}
.content-top-text {
font-size: 45rpx;
font-size: 32rpx;
font-weight: bold;
color: #F8F8FA;
position: absolute;