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

diff --git a/docs/index.html b/docs/index.html
index e329bbd..8bf0ee1 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -109,6 +109,25 @@
     </div>
   </section>
 
+  <section class="memo" aria-label="应用备忘">
+    <div class="layout memo__split">
+      <figure class="memo__art">
+        <img
+          src="assets/app-memo.jpg"
+          alt="TagLauncher 应用备忘:悬停显示用途说明"
+          width="880"
+          height="572"
+          loading="lazy"
+          decoding="async">
+      </figure>
+
+      <div class="memo__copy">
+        <h2 class="memo__headline">支持给应用写 备忘</h2>
+        <p class="memo__lead">编辑用途说明,悬停显示,一目了然</p>
+      </div>
+    </div>
+  </section>
+
   <main class="page-main">
     <div class="layout">
       <section class="card">

--
Gitblit v1.9.3