mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
将 PWAInstallPrompt 组件中的 div 替换为 VCard
This commit is contained in:
@@ -102,7 +102,7 @@ const instructions = computed(() => {
|
|||||||
leave-from-class="translate-y-0 opacity-100"
|
leave-from-class="translate-y-0 opacity-100"
|
||||||
leave-to-class="translate-y-full opacity-0"
|
leave-to-class="translate-y-full opacity-0"
|
||||||
>
|
>
|
||||||
<div v-if="shouldShowBanner && showBanner" class="pwa-install-banner">
|
<VCard v-if="shouldShowBanner && showBanner" class="pwa-install-banner">
|
||||||
<div class="banner-content">
|
<div class="banner-content">
|
||||||
<VIcon icon="mdi-cellphone-link" size="24" class="me-3" />
|
<VIcon icon="mdi-cellphone-link" size="24" class="me-3" />
|
||||||
<div class="flex-grow-1">
|
<div class="flex-grow-1">
|
||||||
@@ -116,7 +116,7 @@ const instructions = computed(() => {
|
|||||||
<VIcon icon="mdi-close" />
|
<VIcon icon="mdi-close" />
|
||||||
</VBtn>
|
</VBtn>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</VCard>
|
||||||
</Transition>
|
</Transition>
|
||||||
</Teleport>
|
</Teleport>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user