From e37ec83b1c88b7a8680d629971c9395061217bdd Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 22:19:36 +0800
Subject: [PATCH] Add fourth screen: app memo screenshot left, copy right
---
docs/index-en.html | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/docs/index-en.html b/docs/index-en.html
index 3ff366b..3d64048 100644
--- a/docs/index-en.html
+++ b/docs/index-en.html
@@ -86,6 +86,48 @@
</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>
+
+ <section class="memo" aria-label="App memos">
+ <div class="layout memo__split">
+ <figure class="memo__art">
+ <img
+ src="assets/app-memo.jpg"
+ alt="TagLauncher app memo shown on hover"
+ width="880"
+ height="572"
+ loading="lazy"
+ decoding="async">
+ </figure>
+
+ <div class="memo__copy">
+ <h2 class="memo__headline">Write memos for your apps</h2>
+ <p class="memo__lead">Edit usage notes. Hover to reveal—clear at a glance.</p>
+ </div>
+ </div>
+ </section>
+
<main class="page-main">
<div class="layout">
<section class="card">
--
Gitblit v1.9.3