fix: move install check to init once, route() sync for instant nav, hide top-bar in admin

This commit is contained in:
2026-07-12 02:40:08 +08:00
parent 7699bd0598
commit 50f3cace51
2 changed files with 6 additions and 12 deletions

View File

@@ -306,7 +306,7 @@ tbody tr:last-child td{border-bottom:none}
.footer-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:center;gap:28px;flex-wrap:wrap}
.footer-inner a{color:var(--g4);text-decoration:none;transition:color .2s}
.footer-inner a:hover{color:white}
#app{min-height:calc(100vh - 52px);display:flex;flex-direction:column}
#app{min-height:100vh;display:flex;flex-direction:column}
#public-page,#main-layout{flex:1}
/* ===== Install Page ===== */