From c2c17361fa68016d1ba8418758535e91039cb841 Mon Sep 17 00:00:00 2001 From: ymkiux Date: Tue, 26 May 2026 02:11:22 +0800 Subject: [PATCH 01/11] refactor(web-ui): brand block minimalist redesign per Apple Glass aesthetic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Reduce logo from 38px to 28px with 6px border radius - Simplify title: 18px/700 → 13px/500 with gradient text - Remove subtitle entirely for cleaner layout - Version number now fades in on hover only - Replace warm border with subtle 0.5px black alpha - Add inner glow and radial hover effect on logo - Refine padding and spacing for breathing room --- web-ui/app.js | 1 + web-ui/partials/index/layout-header.html | 5 +- web-ui/styles/layout-shell.css | 78 ++++++++++++++++-------- 3 files changed, 54 insertions(+), 30 deletions(-) diff --git a/web-ui/app.js b/web-ui/app.js index bb24d331..a2b3840d 100644 --- a/web-ui/app.js +++ b/web-ui/app.js @@ -31,6 +31,7 @@ document.addEventListener('DOMContentLoaded', () => { const appOptions = { data() { return { + brandHovered: false, lang: 'zh', appVersion: '', mainTab: 'dashboard', diff --git a/web-ui/partials/index/layout-header.html b/web-ui/partials/index/layout-header.html index 0d51e292..c18be119 100644 --- a/web-ui/partials/index/layout-header.html +++ b/web-ui/partials/index/layout-header.html @@ -118,14 +118,13 @@