From da43ff3d7c2fd1f1b480dbbb05d9502a083b85fc Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 20:03:54 +0800
Subject: [PATCH] Replace hero visual with user-provided reference image

---
 docs/index-en.html          |    2 +-
 docs/assets/hero-visual.png |    0 
 docs/index.html             |    2 +-
 docs/assets/hero-visual.jpg |    0 
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/assets/hero-visual.jpg b/docs/assets/hero-visual.jpg
index c62088b..b802f8a 100644
--- a/docs/assets/hero-visual.jpg
+++ b/docs/assets/hero-visual.jpg
Binary files differ
diff --git a/docs/assets/hero-visual.png b/docs/assets/hero-visual.png
index 07d91d7..b802f8a 100644
--- a/docs/assets/hero-visual.png
+++ b/docs/assets/hero-visual.png
Binary files differ
diff --git a/docs/index-en.html b/docs/index-en.html
index 243dfea..71d299a 100644
--- a/docs/index-en.html
+++ b/docs/index-en.html
@@ -42,7 +42,7 @@
           src="assets/hero-visual.jpg"
           alt="TagLauncher App Grid with stacked 3D window presentation"
           width="1024"
-          height="846"
+          height="908"
           fetchpriority="high"
           decoding="async">
       </figure>
diff --git a/docs/index.html b/docs/index.html
index 7bf046c..dc0c709 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -42,7 +42,7 @@
           src="assets/hero-visual.jpg"
           alt="TagLauncher 应用网格:多层窗口立体堆叠展示"
           width="1024"
-          height="846"
+          height="908"
           fetchpriority="high"
           decoding="async">
       </figure>

--
Gitblit v1.9.3