Ariver
2026-06-06 afb65ff37b1899cad62d729a4b124f224239e28f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!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="TagLauncher:用标签管理 Mac 应用,可滚动网格、多标签归类、应用备忘、布局备份。比 Launchpad 更适合应用很多的用户。">
  <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/hero-website-2880x1800.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 site-header--overlay">
    <div class="inner">
      <a class="brand" href="index.html">
        <img src="assets/app-icon-256.png" width="36" height="36" alt="">
        TagLauncher
      </a>
      <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>
      <p class="lang-switch lang-switch--header">
        <a href="index.html" class="active">中文</a>
        <a href="index-en.html">EN</a>
      </p>
    </div>
  </header>
 
  <section class="hero-full" aria-label="TagLauncher 宣传主图">
    <img
      class="hero-full__img"
      src="assets/hero-website-2880x1800.jpg"
      alt="TagLauncher 应用网格界面"
      width="2880"
      height="1800"
      fetchpriority="high"
      decoding="async">
    <p class="hero-full__tagline">用标签,而不是文件夹,整理你的 Mac 应用</p>
  </section>
 
  <main class="wrap content-below">
    <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>
          搜索应用名、标签与备忘;网格内按 <kbd>Space</kbd> 唤起。
        </div>
        <div class="feature">
          <strong>标签体系</strong>
          自定义颜色与排序;拖拽图标到标签名即可归类。
        </div>
        <div class="feature">
          <strong>应用备忘</strong>
          悬停或编辑用途说明,比 Launchpad 更易记住每个 App 干什么用。
        </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>
  </main>
 
  <footer class="site-footer wrap">
    <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 · Hainan Wanxing Technology Co., Ltd.</p>
  </footer>
</body>
</html>