mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-29 05:49:07 +08:00
feat: 修改未安装页面图片
This commit is contained in:
parent
ccee451118
commit
a0fd20c15e
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user