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 |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/docs/index-en.html b/docs/index-en.html
index 340dc95..3d64048 100644
--- a/docs/index-en.html
+++ b/docs/index-en.html
@@ -109,6 +109,25 @@
     </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