From f92b9f2f56c471df4c726198ecfb0ff248af63fc Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 23:19:15 +0800
Subject: [PATCH] Update fifth screen Quick Search image
---
docs/index.html | 39 +++++++++++++++++++++++++++++++++++++--
1 files changed, 37 insertions(+), 2 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index 4f114cb..567ddb2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -144,8 +144,8 @@
<img
src="assets/quick-search.jpg"
alt="TagLauncher Quick Search:搜索应用名、标签与备忘"
- width="503"
- height="383"
+ width="560"
+ height="630"
loading="lazy"
decoding="async">
</figure>
@@ -171,6 +171,41 @@
</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