From 4cf68404795131228fd5f70668efaa4f4ccd2152 Mon Sep 17 00:00:00 2001 From: mini Date: Sun, 19 Apr 2026 22:58:07 +0800 Subject: [PATCH] fix(landing): LandingView fidelity port from design zip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A-group deltas restored (excluding Stage 1 decisions — no Pricing/FAQ/ CTA banner, kept existing Hero CTA copy): - Nav + footer brand: SVG hexagon replaces ⬢ emoji - Hero: add NEW badge in eyebrow; inline pills around OpenAI/Anthropic - Section kickers: monospace // providers / // capabilities / etc - Features: restored title "付一次订阅,用起一整个模型池" + subtitle + 9 bullet items (3 per card, dashed-border lists) - Model wall: SVG letter-logos + green status chips (was plain dots) - Code demo: traffic-light + tab header in each code-block - Dashboard mockup: added sidebar nav + donut chart (chart-grid 2fr:1fr) - Footer: Chinese product tagline; all-systems-operational indicator Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/views/landing/LandingView.vue | 514 +++++++++++++++++---- 1 file changed, 428 insertions(+), 86 deletions(-) diff --git a/frontend/src/views/landing/LandingView.vue b/frontend/src/views/landing/LandingView.vue index 93f3b577..78edf82b 100644 --- a/frontend/src/views/landing/LandingView.vue +++ b/frontend/src/views/landing/LandingView.vue @@ -7,7 +7,9 @@