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 | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/docs/index-en.html b/docs/index-en.html
index 71d299a..340dc95 100644
--- a/docs/index-en.html
+++ b/docs/index-en.html
@@ -49,6 +49,66 @@
</div>
</section>
+ <section class="views" aria-label="Five view modes">
+ <div class="layout views__split">
+ <div class="views__gallery">
+ <figure class="views__shot">
+ <img src="assets/views/view-01.jpg" alt="Flat view" width="720" height="468" loading="lazy" decoding="async">
+ </figure>
+ <figure class="views__shot">
+ <img src="assets/views/view-02.jpg" alt="Plain container view" width="720" height="468" loading="lazy" decoding="async">
+ </figure>
+ <figure class="views__shot">
+ <img src="assets/views/view-03.jpg" alt="Colored container view" width="720" height="468" loading="lazy" decoding="async">
+ </figure>
+ <figure class="views__shot">
+ <img src="assets/views/view-04.jpg" alt="Plain grid view" width="720" height="468" loading="lazy" decoding="async">
+ </figure>
+ </div>
+
+ <div class="views__copy">
+ <h2 class="views__headline">Five views—everything on one screen</h2>
+ <p class="views__lead">No more opening folders one by one or flipping through pages. You're just finding an app—it shouldn't feel like a trek.</p>
+ <hr class="views__rule" aria-hidden="true">
+ <p class="views__label">5 view modes</p>
+ <ul class="views__modes">
+ <li>Flat</li>
+ <li>Plain containers</li>
+ <li>Colored containers</li>
+ <li>Plain grid</li>
+ <li>Colored grid</li>
+ </ul>
+ <div class="views__shortcut">
+ <span class="views__shortcut-label">Quick launch</span>
+ <span class="views__shortcut-keys"><kbd>Option</kbd> + <kbd>Shift</kbd> + <kbd>Space</kbd></span>
+ </div>
+ </div>
+ </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