From 2e67f247adc6bb5c75b7e65c837e493e62058644 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 22:30:33 +0800
Subject: [PATCH] Add sixth screen: Backup & Restore image 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 be2e1c5..4f114cb 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -152,6 +152,25 @@
     </div>
   </section>
 
+  <section class="backup" aria-label="Backup &amp; Restore">
+    <div class="layout backup__split">
+      <figure class="backup__art">
+        <img
+          src="assets/backup-restore.jpg"
+          alt="TagLauncher 数据备份:JSON 导出与导入分类布局"
+          width="1024"
+          height="558"
+          loading="lazy"
+          decoding="async">
+      </figure>
+
+      <div class="backup__copy">
+        <h2 class="backup__headline">Backup &amp; Restore</h2>
+        <p class="backup__lead"><strong>分类与布局数据支持</strong> JSON <strong>备份</strong> 导出 / 导入,再也不怕布局数据丢失。</p>
+      </div>
+    </div>
+  </section>
+
   <main class="page-main">
     <div class="layout">
       <section class="card">

--
Gitblit v1.9.3