chore: move app icons into frontend assets

This commit is contained in:
2026-06-05 12:25:47 +08:00
parent 22b05f57b4
commit 56ef211418
15 changed files with 17 additions and 9 deletions
+5 -3
View File
@@ -89,7 +89,7 @@
<div class="first-run-screen">
<div class="first-run-card">
<div class="first-run-logo">&#9874;</div>
<img class="first-run-logo" src="/assets/app-icons/icon_64x64.png" width="64" height="64" alt="" />
<h1>{t('firstrun.title')}</h1>
<p class="first-run-desc">{t('firstrun.desc')}</p>
@@ -146,8 +146,10 @@
text-align: center;
}
.first-run-logo {
font-size: 3rem;
margin-bottom: 0.5rem;
display: block;
width: 64px;
height: 64px;
margin: 0 auto 0.5rem auto;
}
.first-run-card h1 {
margin: 0 0 0.75rem 0;