From 28e9e4d54678fc8c573cf908396c4e6fa9efedaa Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 21:50:00 +0800
Subject: [PATCH] Add third screen: tag management copy left, screenshot right

---
 docs/index-en.html |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/docs/index-en.html b/docs/index-en.html
index 3ff366b..340dc95 100644
--- a/docs/index-en.html
+++ b/docs/index-en.html
@@ -86,6 +86,29 @@
     </div>
   </section>
 
+  <section class="tags" aria-label="Tag-based organization">
+    <div class="layout tags__split">
+      <div class="tags__copy">
+        <h2 class="tags__headline">Tag-based organization</h2>
+        <ul class="tags__points">
+          <li>No more choosing just one folder—an app can belong to multiple tags at once.</li>
+          <li><strong>Multi-color tag system</strong> with custom colors</li>
+          <li>Drag to categorize: drop on a tag name or container; drop on empty space to remove</li>
+        </ul>
+      </div>
+
+      <figure class="tags__art">
+        <img
+          src="assets/tags-management.jpg"
+          alt="TagLauncher tag management with multi-tag apps and custom colors"
+          width="880"
+          height="572"
+          loading="lazy"
+          decoding="async">
+      </figure>
+    </div>
+  </section>
+
   <main class="page-main">
     <div class="layout">
       <section class="card">

--
Gitblit v1.9.3