feat: webui pwa support

This commit is contained in:
Rewrite0
2023-08-12 23:15:26 +08:00
parent 560a0fa97b
commit 86fdb7a56a
13 changed files with 567 additions and 33 deletions

View File

@@ -71,8 +71,8 @@ onUnmounted(() => {
<template>
<div h-60px bg-theme-row text-white rounded-12px fx-cer px-24px>
<div fx-cer space-x-16px>
<img src="/favicon-light.svg" alt="favicon" wh-24px />
<img src="/AutoBangumi.svg" alt="AutoBangumi" h-24px rel top-2px />
<img src="/images/logo-light.svg" alt="favicon" wh-24px />
<img src="/images/AutoBangumi.svg" alt="AutoBangumi" h-24px rel top-2px />
</div>
<ab-search v-model:value="search" hidden />