From b1a0bf49636b9454c60185849dbc8511c68a1ba5 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 07 Jun 2026 00:06:26 +0800
Subject: [PATCH] Use user-provided Quick Search screenshot without processing

---
 docs/index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/index.html b/docs/index.html
index 449cca5..9ecd51a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -146,8 +146,8 @@
         <img
           src="assets/quick-search.jpg"
           alt="TagLauncher Quick Search:搜索应用名、标签与备忘"
-          width="503"
-          height="383"
+          width="1024"
+          height="768"
           loading="lazy"
           decoding="async">
       </figure>

--
Gitblit v1.9.3