<!DOCTYPE html>
|
<html lang="zh-Hans">
|
<head>
|
<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-design-original.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">
|
</head>
|
<body class="page-home">
|
<header class="site-header">
|
<div class="layout site-header__bar">
|
<a class="brand" href="index.html">
|
<img src="assets/app-icon-256.png" width="34" height="34" alt="">
|
TagLauncher
|
</a>
|
<nav class="site-nav" aria-label="主导航">
|
<a href="index.html" aria-current="page">首页</a>
|
<a href="support.html">支持</a>
|
<a href="privacy-zh.html">隐私政策</a>
|
<a href="https://github.com/shanghai3168/taglauncher/releases" rel="noopener">帮助 PDF</a>
|
</nav>
|
<div class="lang-switch" role="navigation" aria-label="语言">
|
<a href="index.html" class="is-active" hreflang="zh-Hans">中文</a>
|
<a href="index-en.html" hreflang="en">EN</a>
|
</div>
|
</div>
|
</header>
|
|
<section class="hero" aria-label="TagLauncher 宣传主图">
|
<div class="layout hero__split">
|
<div class="hero__copy">
|
<h1 class="hero__headline">在全球,这可能是Mac最好用的应用启动台</h1>
|
<p class="hero__lead">不用怀念 macOS 26 Tahoe 上消失的 Launchpad(启动台),因为他从来都没真的好用过,他从来就勉强可以用</p>
|
</div>
|
|
<figure class="hero__art">
|
<img
|
src="assets/hero-visual-only.jpg"
|
alt=""
|
width="592"
|
height="544"
|
fetchpriority="high"
|
decoding="async"
|
role="presentation">
|
</figure>
|
</div>
|
</section>
|
|
<main class="page-main">
|
<div class="layout">
|
<section class="card">
|
<h2>为什么不只是 Launchpad?</h2>
|
<table class="compare">
|
<thead>
|
<tr>
|
<th></th>
|
<th>Launchpad</th>
|
<th>TagLauncher</th>
|
</tr>
|
</thead>
|
<tbody>
|
<tr>
|
<td><strong>浏览</strong></td>
|
<td>分页翻屏,要找图标得记住在第几页</td>
|
<td>可滚动的应用网格,连续浏览</td>
|
</tr>
|
<tr>
|
<td><strong>归类</strong></td>
|
<td>主要靠文件夹,一个 App 通常只能进一个文件夹</td>
|
<td>多标签:同一 App 可同时属于「设计」「办公」等</td>
|
</tr>
|
<tr>
|
<td><strong>备忘</strong></td>
|
<td>难以为单个 App 记录用途说明</td>
|
<td>应用用途备忘,Quick Search 可搜索</td>
|
</tr>
|
<tr>
|
<td><strong>备份</strong></td>
|
<td>布局难导出、迁移、恢复</td>
|
<td>设置 → 数据:导出 / 导入 JSON</td>
|
</tr>
|
</tbody>
|
</table>
|
</section>
|
|
<section class="card">
|
<h2>核心功能</h2>
|
<div class="feature-grid">
|
<div class="feature">
|
<strong>App Grid</strong>
|
<kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> 打开全屏友好的应用网格。
|
</div>
|
<div class="feature">
|
<strong>Quick Search</strong>
|
搜索应用名、标签与备忘。
|
</div>
|
<div class="feature">
|
<strong>标签体系</strong>
|
自定义颜色;拖拽图标到标签名即可归类。
|
</div>
|
<div class="feature">
|
<strong>应用备忘</strong>
|
悬停或编辑用途说明。
|
</div>
|
<div class="feature">
|
<strong>布局备份</strong>
|
JSON 导出 / 导入,换机可恢复。
|
</div>
|
<div class="feature">
|
<strong>本地优先</strong>
|
数据存于本机,无分析 SDK。
|
</div>
|
</div>
|
</section>
|
|
<section class="card card-cta">
|
<p>Mac App Store 即将上架 · macOS 15.0+ · 29 种界面语言</p>
|
<div class="cta-row">
|
<a class="btn btn-primary" href="support.html">获取支持与联系</a>
|
<a class="btn btn-secondary" href="privacy-zh.html">隐私政策</a>
|
</div>
|
</section>
|
</div>
|
</main>
|
|
<footer class="site-footer">
|
<div class="layout">
|
<p>
|
<a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a>
|
· <a href="support.html">支持</a>
|
· <a href="privacy-zh.html">隐私政策</a>
|
</p>
|
<p>© 2026 TagLauncher · 海南万幸科技有限公司</p>
|
</div>
|
</footer>
|
</body>
|
</html>
|