From 28e9e4d54678fc8c573cf908396c4e6fa9efedaa Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 21:50:00 +0800
Subject: [PATCH] Add third screen: tag management copy left, screenshot right
---
docs/index.html | 72 +++++++++++++++++++++++++++++++++---
1 files changed, 66 insertions(+), 6 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index 8ea23cc..e329bbd 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TagLauncher — 标签化 Mac 应用启动器</title>
- <meta name="description" content="在全球,这可能是Mac最好用的应用启动台。不用怀念 macOS 26 Tahoe 上消失的 Launchpad,TagLauncher 用标签管理 Mac 应用。">
- <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/hero-visual-stack.jpg">
+ <meta name="description" content="在全球,这可能是Mac最好用的应用启动台。不用怀念 macOS 26 Tahoe 上消失的 Launchpad(启动台),反正他从来都没真的好用过。">
+ <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/hero-visual.jpg">
<link rel="stylesheet" href="styles.css">
<link rel="alternate" hreflang="en" href="index-en.html">
<link rel="alternate" hreflang="zh-Hans" href="index.html">
@@ -34,21 +34,81 @@
<div class="layout hero__split">
<div class="hero__copy">
<h1 class="hero__headline">在全球,这可能是Mac最好用的应用启动台</h1>
- <p class="hero__lead">不用怀念 macOS 26 Tahoe 上消失的 Launchpad(启动台),因为他从来都没真的好用过,他从来就勉强可以用</p>
+ <p class="hero__lead">不用怀念 macOS 26 Tahoe 上消失的 Launchpad(启动台),反正他从来都没真的好用过</p>
</div>
<figure class="hero__art">
<img
- src="assets/hero-visual-stack.jpg"
+ src="assets/hero-visual.jpg"
alt="TagLauncher 应用网格:多层窗口立体堆叠展示"
- width="1180"
- height="640"
+ width="1024"
+ height="908"
fetchpriority="high"
decoding="async">
</figure>
</div>
</section>
+ <section class="views" aria-label="5种视图">
+ <div class="layout views__split">
+ <div class="views__gallery">
+ <figure class="views__shot">
+ <img src="assets/views/view-01.jpg" alt="平铺视图" width="720" height="468" loading="lazy" decoding="async">
+ </figure>
+ <figure class="views__shot">
+ <img src="assets/views/view-02.jpg" alt="无色容器视图" width="720" height="468" loading="lazy" decoding="async">
+ </figure>
+ <figure class="views__shot">
+ <img src="assets/views/view-03.jpg" alt="彩色容器视图" width="720" height="468" loading="lazy" decoding="async">
+ </figure>
+ <figure class="views__shot">
+ <img src="assets/views/view-04.jpg" alt="无色网格视图" width="720" height="468" loading="lazy" decoding="async">
+ </figure>
+ </div>
+
+ <div class="views__copy">
+ <h2 class="views__headline">5种视图,全部一屏到底</h2>
+ <p class="views__lead">不需要一个个去点击文件夹,也不再需要翻页——只是找一个应用而已,不值得像过去那样翻山越水。</p>
+ <hr class="views__rule" aria-hidden="true">
+ <p class="views__label">5 种视图模式</p>
+ <ul class="views__modes">
+ <li>平铺</li>
+ <li>无色容器</li>
+ <li>彩色容器</li>
+ <li>无色网格</li>
+ <li>彩色网格</li>
+ </ul>
+ <div class="views__shortcut">
+ <span class="views__shortcut-label">快捷唤起</span>
+ <span class="views__shortcut-keys"><kbd>Option</kbd> + <kbd>Shift</kbd> + <kbd>Space</kbd></span>
+ </div>
+ </div>
+ </div>
+ </section>
+
+ <section class="tags" aria-label="基于标签的管理">
+ <div class="layout tags__split">
+ <div class="tags__copy">
+ <h2 class="tags__headline">基于标签的管理</h2>
+ <ul class="tags__points">
+ <li>再也不用纠结究竟该属于哪个文件夹——一个应用可以同时归类至多个标签。</li>
+ <li><strong>支持多色:标签体系</strong>自定义颜色</li>
+ <li>拖拽式操作:拖到标签名或容器即可归类,拖到空隙就是移除分类</li>
+ </ul>
+ </div>
+
+ <figure class="tags__art">
+ <img
+ src="assets/tags-management.jpg"
+ alt="TagLauncher 标签管理:多标签归类与自定义颜色"
+ width="880"
+ height="572"
+ loading="lazy"
+ decoding="async">
+ </figure>
+ </div>
+ </section>
+
<main class="page-main">
<div class="layout">
<section class="card">
--
Gitblit v1.9.3