feat: 修改未安装页面图片

This commit is contained in:
zhengkunwang223 2023-02-17 17:34:22 +08:00 committed by zhengkunwang223
parent ccee451118
commit a0fd20c15e

View File

@ -49,7 +49,7 @@
</template>
<template #main>
<div class="update-prompt" v-if="mode === 'update' && data == null">
<div class="update-prompt" v-if="data == null">
<span>{{ mode === 'update' ? $t('app.updatePrompt') : $t('app.installPrompt') }}</span>
<div>
<img src="@/assets/images/no_update_app.svg" />