From 8de3bcf645c4d3061e6244dc900e65f0113ccee1 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 23:10:38 +0800
Subject: [PATCH] Add seventh screen: offline privacy with shield visual
---
docs/index.html | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 54 insertions(+), 0 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index be2e1c5..6b426a7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -152,6 +152,60 @@
</div>
</section>
+ <section class="backup" aria-label="Backup & 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 & Restore</h2>
+ <p class="backup__lead"><strong>分类与布局数据支持</strong> JSON <strong>备份</strong> 导出 / 导入,再也不怕布局数据丢失。</p>
+ </div>
+ </div>
+ </section>
+
+ <section class="privacy" aria-label="离线隐私">
+ <div class="layout privacy__split">
+ <div class="privacy__copy">
+ <h2 class="privacy__headline">100%离线,100%无广告</h2>
+ <p class="privacy__lead">数据存于本机,无分析 SDK,无广告。永远无需联网。</p>
+
+ <div class="privacy__feature">
+ <h3 class="privacy__feature-title">隐私即正义</h3>
+ <p class="privacy__feature-text">TagLauncher 承诺绝不触碰您的隐私,每一行代码都为本地效率而生。</p>
+ </div>
+
+ <div class="privacy__feature">
+ <h3 class="privacy__feature-title privacy__feature-title--accent">
+ <span class="privacy__feature-icon" aria-hidden="true"></span>
+ 纯净原生
+ </h3>
+ <p class="privacy__feature-text">没有臃肿的网络组件,极速启动,零后台占用。</p>
+ </div>
+
+ <p class="privacy__protocol">TagLauncher Security Protocol</p>
+ </div>
+
+ <figure class="privacy__art">
+ <img
+ src="assets/shield-check.png"
+ alt=""
+ width="379"
+ height="437"
+ loading="lazy"
+ decoding="async"
+ role="presentation">
+ </figure>
+ </div>
+ </section>
+
<main class="page-main">
<div class="layout">
<section class="card">
--
Gitblit v1.9.3