Redesign hero: glass tilted screenshots with reflections; unified layout and header lang switch
6 files modified
4 files added
| | |
| | | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| | | <title>TagLauncher — Tag-based Mac app launcher</title> |
| | | <meta name="description" content="TagLauncher organizes Mac apps with tags: scrollable grid, multi-tag apps, searchable notes, JSON layout backup—beyond Launchpad folders and pages."> |
| | | <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/hero-website-2880x1800.jpg"> |
| | | <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/screenshot-app-grid.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"> |
| | | <body> |
| | | <header class="site-header"> |
| | | <div class="layout site-header__bar"> |
| | | <a class="brand" href="index-en.html"> |
| | | <img src="assets/app-icon-256.png" width="36" height="36" alt=""> |
| | | <img src="assets/app-icon-256.png" width="34" height="34" alt=""> |
| | | TagLauncher |
| | | </a> |
| | | <nav aria-label="Main"> |
| | | <nav class="site-nav" aria-label="Main"> |
| | | <a href="index-en.html" aria-current="page">Home</a> |
| | | <a href="support.html">Support</a> |
| | | <a href="privacy.html">Privacy</a> |
| | | <a href="https://github.com/shanghai3168/taglauncher/releases" rel="noopener">Help PDFs</a> |
| | | </nav> |
| | | <p class="lang-switch lang-switch--header"> |
| | | <a href="index.html">中文</a> |
| | | <a href="index-en.html" class="active">EN</a> |
| | | </p> |
| | | <div class="lang-switch" role="navigation" aria-label="Language"> |
| | | <a href="index.html" hreflang="zh-Hans">中文</a> |
| | | <a href="index-en.html" class="is-active" hreflang="en">EN</a> |
| | | </div> |
| | | </div> |
| | | </header> |
| | | |
| | | <section class="hero-full" aria-label="TagLauncher hero"> |
| | | <img |
| | | class="hero-full__img" |
| | | src="assets/hero-website-2880x1800.jpg" |
| | | alt="TagLauncher App Grid" |
| | | width="2880" |
| | | height="1800" |
| | | fetchpriority="high" |
| | | decoding="async"> |
| | | <p class="hero-full__tagline">Organize Mac apps with tags—not folders</p> |
| | | <section class="hero" aria-label="Product showcase"> |
| | | <div class="hero__mosaic"> |
| | | <figure class="glass-panel glass-panel--main"> |
| | | <div class="glass-panel__frame"> |
| | | <div class="glass-panel__body"> |
| | | <img src="assets/screenshot-app-grid.jpg" alt="TagLauncher App Grid" width="1024" height="640" fetchpriority="high"> |
| | | </div> |
| | | <div class="glass-panel__reflection" aria-hidden="true"> |
| | | <img src="assets/screenshot-app-grid.jpg" alt="" width="1024" height="640"> |
| | | </div> |
| | | <span class="glass-panel__shine" aria-hidden="true"></span> |
| | | </div> |
| | | </figure> |
| | | <figure class="glass-panel glass-panel--tags"> |
| | | <div class="glass-panel__frame"> |
| | | <div class="glass-panel__body"> |
| | | <img src="assets/screenshot-tags.jpg" alt="Colorful tags" width="1400" height="875" loading="lazy"> |
| | | </div> |
| | | <div class="glass-panel__reflection" aria-hidden="true"> |
| | | <img src="assets/screenshot-tags.jpg" alt="" width="1400" height="875"> |
| | | </div> |
| | | <span class="glass-panel__shine" aria-hidden="true"></span> |
| | | </div> |
| | | </figure> |
| | | <figure class="glass-panel glass-panel--memo"> |
| | | <div class="glass-panel__frame"> |
| | | <div class="glass-panel__body"> |
| | | <img src="assets/screenshot-notes.jpg" alt="Per-app notes" width="1024" height="640" loading="lazy"> |
| | | </div> |
| | | <div class="glass-panel__reflection" aria-hidden="true"> |
| | | <img src="assets/screenshot-notes.jpg" alt="" width="1024" height="640"> |
| | | </div> |
| | | <span class="glass-panel__shine" aria-hidden="true"></span> |
| | | </div> |
| | | </figure> |
| | | </div> |
| | | <div class="layout"> |
| | | <p class="hero__tagline">Organize Mac apps with tags—not folders</p> |
| | | </div> |
| | | </section> |
| | | |
| | | <main class="wrap content-below"> |
| | | <section class="card"> |
| | | <h2>Why not just Launchpad?</h2> |
| | | <table class="compare"> |
| | | <thead> |
| | | <tr> |
| | | <th></th> |
| | | <th>Launchpad</th> |
| | | <th>TagLauncher</th> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | | <tr> |
| | | <td><strong>Browse</strong></td> |
| | | <td>Pages of icons—hard to scan when you have many apps</td> |
| | | <td>One scrollable grid</td> |
| | | </tr> |
| | | <tr> |
| | | <td><strong>Organize</strong></td> |
| | | <td>Folders; one app, one folder</td> |
| | | <td>Multiple tags per app</td> |
| | | </tr> |
| | | <tr> |
| | | <td><strong>Notes</strong></td> |
| | | <td>No per-app purpose notes</td> |
| | | <td>Searchable app notes</td> |
| | | </tr> |
| | | <tr> |
| | | <td><strong>Backup</strong></td> |
| | | <td>Layout is hard to export</td> |
| | | <td>JSON export / import</td> |
| | | </tr> |
| | | </tbody> |
| | | </table> |
| | | </section> |
| | | <main class="page-main"> |
| | | <div class="layout"> |
| | | <section class="card"> |
| | | <h2>Why not just Launchpad?</h2> |
| | | <table class="compare"> |
| | | <thead> |
| | | <tr> |
| | | <th></th> |
| | | <th>Launchpad</th> |
| | | <th>TagLauncher</th> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | | <tr> |
| | | <td><strong>Browse</strong></td> |
| | | <td>Pages of icons—hard to scan many apps</td> |
| | | <td>One scrollable grid</td> |
| | | </tr> |
| | | <tr> |
| | | <td><strong>Organize</strong></td> |
| | | <td>Folders; one app per folder</td> |
| | | <td>Multiple tags per app</td> |
| | | </tr> |
| | | <tr> |
| | | <td><strong>Notes</strong></td> |
| | | <td>No per-app purpose notes</td> |
| | | <td>Searchable app notes</td> |
| | | </tr> |
| | | <tr> |
| | | <td><strong>Backup</strong></td> |
| | | <td>Layout hard to export</td> |
| | | <td>JSON export / import</td> |
| | | </tr> |
| | | </tbody> |
| | | </table> |
| | | </section> |
| | | |
| | | <section class="card"> |
| | | <h2>Core features</h2> |
| | | <div class="feature-grid"> |
| | | <div class="feature"> |
| | | <strong>App Grid</strong> |
| | | Press <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> for a full-screen-friendly grid. |
| | | <section class="card"> |
| | | <h2>Core features</h2> |
| | | <div class="feature-grid"> |
| | | <div class="feature"> |
| | | <strong>App Grid</strong> |
| | | <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> opens the grid. |
| | | </div> |
| | | <div class="feature"> |
| | | <strong>Quick Search</strong> |
| | | Search names, tags, and notes. |
| | | </div> |
| | | <div class="feature"> |
| | | <strong>Tags</strong> |
| | | Custom colors; drag icons onto tags. |
| | | </div> |
| | | <div class="feature"> |
| | | <strong>App notes</strong> |
| | | Remember what each app is for. |
| | | </div> |
| | | <div class="feature"> |
| | | <strong>Layout backup</strong> |
| | | Export and import JSON. |
| | | </div> |
| | | <div class="feature"> |
| | | <strong>Local-first</strong> |
| | | Data stays on your Mac. |
| | | </div> |
| | | </div> |
| | | <div class="feature"> |
| | | <strong>Quick Search</strong> |
| | | Search app names, tags, and notes. |
| | | </div> |
| | | <div class="feature"> |
| | | <strong>Tags</strong> |
| | | Custom colors; drag icons onto tag names to categorize. |
| | | </div> |
| | | <div class="feature"> |
| | | <strong>App notes</strong> |
| | | Remember what each app is for—searchable. |
| | | </div> |
| | | <div class="feature"> |
| | | <strong>Layout backup</strong> |
| | | Export and import JSON layouts. |
| | | </div> |
| | | <div class="feature"> |
| | | <strong>Local-first</strong> |
| | | Data stays on your Mac; no analytics SDK. |
| | | </div> |
| | | </div> |
| | | </section> |
| | | </section> |
| | | |
| | | <section class="card card-cta"> |
| | | <p>Mac App Store coming soon · macOS 15.0+ · 29 UI languages</p> |
| | | <div class="cta-row"> |
| | | <a class="btn btn-primary" href="support.html">Support & contact</a> |
| | | <a class="btn btn-secondary" href="privacy.html">Privacy policy</a> |
| | | </div> |
| | | </section> |
| | | <section class="card card-cta"> |
| | | <p>Mac App Store coming soon · macOS 15.0+ · 29 UI languages</p> |
| | | <div class="cta-row"> |
| | | <a class="btn btn-primary" href="support.html">Support & contact</a> |
| | | <a class="btn btn-secondary" href="privacy.html">Privacy policy</a> |
| | | </div> |
| | | </section> |
| | | </div> |
| | | </main> |
| | | |
| | | <footer class="site-footer wrap"> |
| | | <p> |
| | | <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a> |
| | | · <a href="support.html">Support</a> |
| | | · <a href="privacy.html">Privacy</a> |
| | | </p> |
| | | <p>© 2026 TagLauncher · Hainan Wanxing Technology Co., Ltd. (海南万幸科技有限公司)</p> |
| | | <footer class="site-footer"> |
| | | <div class="layout"> |
| | | <p> |
| | | <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a> |
| | | · <a href="support.html">Support</a> |
| | | · <a href="privacy.html">Privacy</a> |
| | | </p> |
| | | <p>© 2026 TagLauncher · Hainan Wanxing Technology Co., Ltd. (海南万幸科技有限公司)</p> |
| | | </div> |
| | | </footer> |
| | | </body> |
| | | </html> |
| | |
| | | <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"> |
| | | <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/screenshot-app-grid.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"> |
| | | <body> |
| | | <header class="site-header"> |
| | | <div class="layout site-header__bar"> |
| | | <a class="brand" href="index.html"> |
| | | <img src="assets/app-icon-256.png" width="36" height="36" alt=""> |
| | | <img src="assets/app-icon-256.png" width="34" height="34" alt=""> |
| | | TagLauncher |
| | | </a> |
| | | <nav aria-label="主导航"> |
| | | <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> |
| | | <p class="lang-switch lang-switch--header"> |
| | | <a href="index.html" class="active">中文</a> |
| | | <a href="index-en.html">EN</a> |
| | | </p> |
| | | <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-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 class="hero" aria-label="产品展示"> |
| | | <div class="hero__mosaic"> |
| | | <figure class="glass-panel glass-panel--main"> |
| | | <div class="glass-panel__frame"> |
| | | <div class="glass-panel__body"> |
| | | <img src="assets/screenshot-app-grid.jpg" alt="TagLauncher 应用网格" width="1024" height="640" fetchpriority="high"> |
| | | </div> |
| | | <div class="glass-panel__reflection" aria-hidden="true"> |
| | | <img src="assets/screenshot-app-grid.jpg" alt="" width="1024" height="640"> |
| | | </div> |
| | | <span class="glass-panel__shine" aria-hidden="true"></span> |
| | | </div> |
| | | </figure> |
| | | <figure class="glass-panel glass-panel--tags"> |
| | | <div class="glass-panel__frame"> |
| | | <div class="glass-panel__body"> |
| | | <img src="assets/screenshot-tags.jpg" alt="彩色标签与分类" width="1400" height="875" loading="lazy"> |
| | | </div> |
| | | <div class="glass-panel__reflection" aria-hidden="true"> |
| | | <img src="assets/screenshot-tags.jpg" alt="" width="1400" height="875"> |
| | | </div> |
| | | <span class="glass-panel__shine" aria-hidden="true"></span> |
| | | </div> |
| | | </figure> |
| | | <figure class="glass-panel glass-panel--memo"> |
| | | <div class="glass-panel__frame"> |
| | | <div class="glass-panel__body"> |
| | | <img src="assets/screenshot-notes.jpg" alt="应用用途备忘" width="1024" height="640" loading="lazy"> |
| | | </div> |
| | | <div class="glass-panel__reflection" aria-hidden="true"> |
| | | <img src="assets/screenshot-notes.jpg" alt="" width="1024" height="640"> |
| | | </div> |
| | | <span class="glass-panel__shine" aria-hidden="true"></span> |
| | | </div> |
| | | </figure> |
| | | </div> |
| | | <div class="layout"> |
| | | <p class="hero__tagline">用标签,而不是文件夹,整理你的 Mac 应用</p> |
| | | </div> |
| | | </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> |
| | | <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> 打开全屏友好的应用网格。 |
| | | <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> |
| | | <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> |
| | | |
| | | <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> |
| | | <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 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 · 海南万幸科技有限公司</p> |
| | | <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> |
| | |
| | | </head> |
| | | <body> |
| | | <header class="site-header"> |
| | | <div class="inner"> |
| | | <div class="layout site-header__bar"> |
| | | <a class="brand" href="index.html"> |
| | | <img src="assets/app-icon-256.png" width="36" height="36" alt=""> |
| | | <img src="assets/app-icon-256.png" width="34" height="34" alt=""> |
| | | TagLauncher |
| | | </a> |
| | | <nav> |
| | | <nav class="site-nav" aria-label="导航"> |
| | | <a href="index.html">首页</a> |
| | | <a href="support.html">支持</a> |
| | | <a href="privacy-zh.html" aria-current="page">隐私政策</a> |
| | | <a href="privacy.html">Privacy (EN)</a> |
| | | <a href="https://github.com/shanghai3168/taglauncher/releases" rel="noopener">帮助 PDF</a> |
| | | </nav> |
| | | <div class="lang-switch" role="navigation" aria-label="语言"> |
| | | <a href="privacy-zh.html" class="is-active" hreflang="zh-Hans">中文</a> |
| | | <a href="privacy.html" hreflang="en">EN</a> |
| | | </div> |
| | | </div> |
| | | </header> |
| | | |
| | | <main class="wrap prose"> |
| | | <article class="card"> |
| | | <h1>隐私政策</h1> |
| | | <p><strong>生效日期:</strong>2026 年 6 月 5 日</p> |
| | | <p><strong>应用名称:</strong>TagLauncher(macOS)</p> |
| | | <p><strong>开发者:</strong>海南万幸科技有限公司(Hainan Wanxing Technology Co., Ltd.)</p> |
| | | <main class="page-main"> |
| | | <div class="layout prose"> |
| | | <article class="card"> |
| | | <h1>隐私政策</h1> |
| | | <p><strong>生效日期:</strong>2026 年 6 月 5 日</p> |
| | | <p><strong>应用名称:</strong>TagLauncher(macOS)</p> |
| | | <p><strong>开发者:</strong>海南万幸科技有限公司(Hainan Wanxing Technology Co., Ltd.)</p> |
| | | |
| | | <h2>概要</h2> |
| | | <p> |
| | | TagLauncher 是一款在 Mac 上整理与启动应用的工具。 |
| | | 当前版本(7.8.x)在<strong>您的设备本地</strong>运行, |
| | | <strong>不会收集个人数据</strong>,也不会将您的启动器分类数据上传至我们的服务器。 |
| | | </p> |
| | | <h2>概要</h2> |
| | | <p> |
| | | TagLauncher 是一款在 Mac 上整理与启动应用的工具。 |
| | | 当前版本(7.8.x)在<strong>您的设备本地</strong>运行, |
| | | <strong>不会收集个人数据</strong>,也不会将您的启动器分类数据上传至我们的服务器。 |
| | | </p> |
| | | |
| | | <h2>保存在您 Mac 上的数据</h2> |
| | | <ul> |
| | | <li>应用偏好设置(快捷键、外观、语言、Dock 显示等)。</li> |
| | | <li>标签名称、颜色、排序,以及应用与标签的关联关系。</li> |
| | | <li>您在 TagLauncher 中为应用填写的用途备忘。</li> |
| | | <li>您主动导出的 JSON 备份文件(存放位置由您自行决定)。</li> |
| | | </ul> |
| | | <h2>保存在您 Mac 上的数据</h2> |
| | | <p>应用可能在本地保存:</p> |
| | | <ul> |
| | | <li>启动器布局、标签、分类与应用备忘;</li> |
| | | <li>界面偏好与快捷键设置;</li> |
| | | <li>为构建应用网格而扫描的已安装应用列表(仅用于本地索引)。</li> |
| | | </ul> |
| | | <p>上述数据保留在您的 Mac 上,由您自行备份或删除。</p> |
| | | |
| | | <h2>应用在本地执行的操作</h2> |
| | | <ul> |
| | | <li>扫描 Mac 上标准应用目录,建立可搜索的应用索引。</li> |
| | | <li>通过 macOS 接口打开您选择的应用程序。</li> |
| | | <li>当您在「关于」中打开帮助时,可能从公开的 GitHub Releases 下载对应语言的帮助 PDF(仅对该文件的联网请求)。</li> |
| | | </ul> |
| | | <h2>我们不收集的内容</h2> |
| | | <ul> |
| | | <li>不要求注册账号;</li> |
| | | <li>不收集姓名、邮箱、电话等身份信息(除非您主动发邮件联系我们);</li> |
| | | <li>当前版本不包含第三方分析、广告或追踪 SDK;</li> |
| | | <li>不将您的分类数据出售给第三方。</li> |
| | | </ul> |
| | | |
| | | <h2>当前版本不包含</h2> |
| | | <ul> |
| | | <li>用户账号或登录。</li> |
| | | <li>分析、广告或追踪 SDK。</li> |
| | | <li>内置的崩溃上报或第三方遥测 SDK。</li> |
| | | <li>出售个人数据。</li> |
| | | </ul> |
| | | <h2>网络访问</h2> |
| | | <p> |
| | | 正常使用不依赖我们的后端服务器。 |
| | | 若您从 GitHub Releases 下载帮助 PDF,或与 Apple App Store 交互,则由相应服务处理网络请求。 |
| | | </p> |
| | | |
| | | <h2>儿童</h2> |
| | | <p>TagLauncher 并非面向 13 岁以下儿童,我们也不会故意收集儿童的个人信息。</p> |
| | | |
| | | <h2>政策变更</h2> |
| | | <p>若应用功能或法律要求发生变化,我们可能更新本政策,并修订文首生效日期。</p> |
| | | |
| | | <h2>联系我们</h2> |
| | | <p>隐私相关问题:<a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a></p> |
| | | <p>支持页面:<a href="support.html">support.html</a></p> |
| | | <p class="lang-switch">English version: <a href="privacy.html">Privacy Policy</a></p> |
| | | </article> |
| | | <h2>联系</h2> |
| | | <p> |
| | | 隐私相关问题请发邮件至 |
| | | <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a>。 |
| | | </p> |
| | | <p>我们可能不时更新本政策;更新后的版本将发布于此页面。</p> |
| | | </article> |
| | | </div> |
| | | </main> |
| | | |
| | | <footer class="site-footer wrap"> |
| | | <p>© 2026 TagLauncher · <a href="index.html">首页</a></p> |
| | | <footer class="site-footer"> |
| | | <div class="layout"> |
| | | <p>© 2026 TagLauncher · 海南万幸科技有限公司</p> |
| | | </div> |
| | | </footer> |
| | | </body> |
| | | </html> |
| | |
| | | </head> |
| | | <body> |
| | | <header class="site-header"> |
| | | <div class="inner"> |
| | | <div class="layout site-header__bar"> |
| | | <a class="brand" href="index-en.html"> |
| | | <img src="assets/app-icon-256.png" width="36" height="36" alt=""> |
| | | <img src="assets/app-icon-256.png" width="34" height="34" alt=""> |
| | | TagLauncher |
| | | </a> |
| | | <nav> |
| | | <nav class="site-nav" aria-label="Main"> |
| | | <a href="index-en.html">Home</a> |
| | | <a href="support.html">Support</a> |
| | | <a href="privacy.html" aria-current="page">Privacy</a> |
| | | <a href="privacy-zh.html">隐私政策</a> |
| | | <a href="https://github.com/shanghai3168/taglauncher/releases" rel="noopener">Help PDFs</a> |
| | | </nav> |
| | | <div class="lang-switch" role="navigation" aria-label="Language"> |
| | | <a href="privacy-zh.html" hreflang="zh-Hans">中文</a> |
| | | <a href="privacy.html" class="is-active" hreflang="en">EN</a> |
| | | </div> |
| | | </div> |
| | | </header> |
| | | |
| | | <main class="wrap prose"> |
| | | <article class="card"> |
| | | <h1>Privacy Policy</h1> |
| | | <p><strong>Effective date:</strong> June 5, 2026</p> |
| | | <p><strong>App:</strong> TagLauncher (macOS)</p> |
| | | <p><strong>Developer:</strong> Hainan Wanxing Technology Co., Ltd. (海南万幸科技有限公司)</p> |
| | | <main class="page-main"> |
| | | <div class="layout prose"> |
| | | <article class="card"> |
| | | <h1>Privacy Policy</h1> |
| | | <p><strong>Effective date:</strong> June 5, 2026</p> |
| | | <p><strong>App:</strong> TagLauncher (macOS)</p> |
| | | <p><strong>Developer:</strong> Hainan Wanxing Technology Co., Ltd. (海南万幸科技有限公司)</p> |
| | | |
| | | <h2>Summary</h2> |
| | | <p> |
| | | TagLauncher is a utility for organizing and launching applications on your Mac. |
| | | The current version (7.8.x) works <strong>locally on your device</strong> and |
| | | <strong>does not collect personal data</strong> or send your launcher data to our servers. |
| | | </p> |
| | | <h2>Summary</h2> |
| | | <p> |
| | | TagLauncher is a utility for organizing and launching applications on your Mac. |
| | | The current version (7.8.x) works <strong>locally on your device</strong> and |
| | | <strong>does not collect personal data</strong> or send your launcher data to our servers. |
| | | </p> |
| | | |
| | | <h2>What data stays on your Mac</h2> |
| | | <ul> |
| | | <li>Your preferences (hotkeys, appearance, language, Dock settings, and similar options).</li> |
| | | <li>Your tag names, colors, order, and associations between apps and tags.</li> |
| | | <li>Per-app notes you choose to write in TagLauncher.</li> |
| | | <li>Exported backup files you create manually (JSON) and store where you decide.</li> |
| | | </ul> |
| | | <h2>What data stays on your Mac</h2> |
| | | <ul> |
| | | <li>Your preferences (hotkeys, appearance, language, Dock settings, and similar options).</li> |
| | | <li>Your tag names, colors, order, and associations between apps and tags.</li> |
| | | <li>Per-app notes you choose to write in TagLauncher.</li> |
| | | <li>Exported backup files you create manually (JSON) and store where you decide.</li> |
| | | </ul> |
| | | |
| | | <h2>What TagLauncher does locally</h2> |
| | | <ul> |
| | | <li>Scans standard application folders on your Mac to build a searchable app index.</li> |
| | | <li>Opens applications you select using macOS APIs.</li> |
| | | <li>May download localized help PDFs from our public GitHub Releases when you tap “Help” (network request to GitHub only for that file).</li> |
| | | </ul> |
| | | <h2>What TagLauncher does locally</h2> |
| | | <ul> |
| | | <li>Scans standard application folders on your Mac to build a searchable app index.</li> |
| | | <li>Opens applications you select using macOS APIs.</li> |
| | | <li>May download localized help PDFs from our public GitHub Releases when you tap “Help” (network request to GitHub only for that file).</li> |
| | | </ul> |
| | | |
| | | <h2>What we do not do in the current build</h2> |
| | | <ul> |
| | | <li>No user accounts or sign-in.</li> |
| | | <li>No analytics, advertising, or tracking SDKs.</li> |
| | | <li>No crash reporting or third-party telemetry SDKs bundled in the app.</li> |
| | | <li>No sale of personal data.</li> |
| | | </ul> |
| | | <h2>What we do not do in the current build</h2> |
| | | <ul> |
| | | <li>No user accounts or sign-in.</li> |
| | | <li>No analytics, advertising, or tracking SDKs.</li> |
| | | <li>No crash reporting or third-party telemetry SDKs bundled in the app.</li> |
| | | <li>No sale of personal data.</li> |
| | | </ul> |
| | | |
| | | <h2>Children</h2> |
| | | <p>TagLauncher is not directed at children under 13, and we do not knowingly collect personal information from children.</p> |
| | | <h2>Children</h2> |
| | | <p>TagLauncher is not directed at children under 13, and we do not knowingly collect personal information from children.</p> |
| | | |
| | | <h2>Changes</h2> |
| | | <p>We may update this policy when the app or legal requirements change. The effective date at the top will be revised accordingly.</p> |
| | | <h2>Changes</h2> |
| | | <p>We may update this policy when the app or legal requirements change. The effective date at the top will be revised accordingly.</p> |
| | | |
| | | <h2>Contact</h2> |
| | | <p>Questions about privacy: <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a></p> |
| | | <p>Support page: <a href="support.html">support.html</a></p> |
| | | <p class="lang-switch">Also available in <a href="privacy-zh.html">简体中文</a>.</p> |
| | | </article> |
| | | <h2>Contact</h2> |
| | | <p>Questions about privacy: <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a></p> |
| | | <p>Support: <a href="support.html">support.html</a></p> |
| | | </article> |
| | | </div> |
| | | </main> |
| | | |
| | | <footer class="site-footer wrap"> |
| | | <p>© 2026 TagLauncher · <a href="index-en.html">Home</a></p> |
| | | <footer class="site-footer"> |
| | | <div class="layout"> |
| | | <p>© 2026 TagLauncher · Hainan Wanxing Technology Co., Ltd. (海南万幸科技有限公司)</p> |
| | | </div> |
| | | </footer> |
| | | </body> |
| | | </html> |
| | |
| | | :root { |
| | | --bg: #0a0b10; |
| | | --bg-accent: #1a2240; |
| | | --surface: rgba(28, 28, 34, 0.88); |
| | | --text: #f5f5f7; |
| | | --muted: #a1a1a6; |
| | | --accent: #0a84ff; |
| | | --accent-hover: #409cff; |
| | | --border: rgba(255, 255, 255, 0.1); |
| | | --radius: 18px; |
| | | --shadow: 0 24px 60px rgba(0, 0, 0, 0.45); |
| | | --max: 960px; |
| | | --layout-max: 1080px; |
| | | --layout-pad: 28px; |
| | | --header-h: 64px; |
| | | --bg: #f4f6fb; |
| | | --bg-elevated: #ffffff; |
| | | --text: #1d1d1f; |
| | | --muted: #5c5c66; |
| | | --accent: #0071e3; |
| | | --accent-hover: #0077ed; |
| | | --border: rgba(0, 0, 0, 0.08); |
| | | --radius: 16px; |
| | | --shadow: 0 20px 50px rgba(30, 45, 90, 0.12); |
| | | --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Segoe UI", sans-serif; |
| | | --hero-bg: linear-gradient(155deg, #eef2fa 0%, #e2e9f6 42%, #d6dff0 100%); |
| | | } |
| | | |
| | | * { |
| | |
| | | text-decoration: underline; |
| | | } |
| | | |
| | | .wrap { |
| | | max-width: var(--max); |
| | | margin: 0 auto; |
| | | padding: 0 24px 80px; |
| | | /* One width for header, main, footer */ |
| | | .layout { |
| | | width: 100%; |
| | | max-width: var(--layout-max); |
| | | margin-left: auto; |
| | | margin-right: auto; |
| | | padding-left: var(--layout-pad); |
| | | padding-right: var(--layout-pad); |
| | | } |
| | | |
| | | /* Header */ |
| | | /* Header — fixed lang switch slot on the right */ |
| | | .site-header { |
| | | position: sticky; |
| | | top: 0; |
| | | z-index: 30; |
| | | backdrop-filter: blur(18px) saturate(1.2); |
| | | background: color-mix(in srgb, var(--bg) 82%, transparent); |
| | | z-index: 50; |
| | | height: var(--header-h); |
| | | background: rgba(244, 246, 251, 0.82); |
| | | border-bottom: 1px solid var(--border); |
| | | backdrop-filter: blur(16px) saturate(1.25); |
| | | } |
| | | |
| | | .site-header--overlay { |
| | | position: fixed; |
| | | left: 0; |
| | | right: 0; |
| | | top: 0; |
| | | background: linear-gradient(to bottom, rgba(6, 7, 14, 0.72), transparent); |
| | | border-bottom: none; |
| | | backdrop-filter: blur(12px); |
| | | } |
| | | |
| | | .site-header .inner { |
| | | max-width: 1200px; |
| | | margin: 0 auto; |
| | | padding: 14px 28px; |
| | | display: flex; |
| | | .site-header__bar { |
| | | height: var(--header-h); |
| | | display: grid; |
| | | grid-template-columns: auto 1fr auto; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | gap: 16px; |
| | | gap: 20px; |
| | | } |
| | | |
| | | .brand { |
| | |
| | | align-items: center; |
| | | gap: 10px; |
| | | font-weight: 650; |
| | | font-size: 1.05rem; |
| | | font-size: 1.02rem; |
| | | color: var(--text); |
| | | text-decoration: none; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | .brand:hover { |
| | |
| | | } |
| | | |
| | | .brand img { |
| | | width: 36px; |
| | | height: 36px; |
| | | border-radius: 9px; |
| | | box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35); |
| | | width: 34px; |
| | | height: 34px; |
| | | border-radius: 8px; |
| | | box-shadow: 0 4px 14px rgba(0, 113, 227, 0.22); |
| | | } |
| | | |
| | | nav { |
| | | .site-nav { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | gap: 8px 18px; |
| | | justify-content: center; |
| | | gap: 6px 20px; |
| | | font-size: 0.92rem; |
| | | } |
| | | |
| | | nav a { |
| | | color: rgba(245, 245, 247, 0.78); |
| | | .site-nav a { |
| | | color: var(--muted); |
| | | } |
| | | |
| | | nav a[aria-current="page"] { |
| | | .site-nav a[aria-current="page"] { |
| | | color: var(--text); |
| | | font-weight: 600; |
| | | } |
| | | |
| | | .lang-switch--header { |
| | | margin: 0; |
| | | font-size: 0.85rem; |
| | | .lang-switch { |
| | | display: inline-flex; |
| | | align-items: center; |
| | | padding: 4px; |
| | | border-radius: 999px; |
| | | background: rgba(0, 0, 0, 0.05); |
| | | border: 1px solid var(--border); |
| | | flex-shrink: 0; |
| | | } |
| | | |
| | | .lang-switch--header a { |
| | | color: rgba(245, 245, 247, 0.65); |
| | | margin-left: 10px; |
| | | } |
| | | |
| | | .lang-switch--header a.active { |
| | | color: var(--text); |
| | | .lang-switch a { |
| | | display: inline-block; |
| | | padding: 6px 14px; |
| | | border-radius: 999px; |
| | | font-size: 0.82rem; |
| | | font-weight: 600; |
| | | color: var(--muted); |
| | | text-decoration: none; |
| | | } |
| | | |
| | | /* Full-screen hero: one image + one tagline */ |
| | | .hero-full { |
| | | .lang-switch a:hover { |
| | | text-decoration: none; |
| | | color: var(--text); |
| | | } |
| | | |
| | | .lang-switch a.is-active { |
| | | background: var(--bg-elevated); |
| | | color: var(--text); |
| | | box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); |
| | | } |
| | | |
| | | /* Hero — light studio, glass screenshots + reflection */ |
| | | .hero { |
| | | position: relative; |
| | | width: 100%; |
| | | min-height: 100svh; |
| | | min-height: 100vh; |
| | | display: flex; |
| | | align-items: flex-end; |
| | | justify-content: center; |
| | | min-height: calc(100svh - var(--header-h)); |
| | | min-height: calc(100vh - var(--header-h)); |
| | | padding: 40px 0 56px; |
| | | overflow: hidden; |
| | | background: #06070e; |
| | | background: var(--hero-bg); |
| | | } |
| | | |
| | | .hero-full__img { |
| | | .hero__mosaic { |
| | | position: relative; |
| | | width: min(1040px, 92vw); |
| | | height: min(560px, 58vh); |
| | | margin: 0 auto; |
| | | perspective: 1600px; |
| | | perspective-origin: 50% 40%; |
| | | } |
| | | |
| | | .glass-panel { |
| | | position: absolute; |
| | | margin: 0; |
| | | transform-style: preserve-3d; |
| | | } |
| | | |
| | | .glass-panel__frame { |
| | | border-radius: 22px; |
| | | padding: 11px; |
| | | background: rgba(255, 255, 255, 0.62); |
| | | backdrop-filter: blur(22px) saturate(1.35); |
| | | -webkit-backdrop-filter: blur(22px) saturate(1.35); |
| | | border: 1px solid rgba(255, 255, 255, 0.85); |
| | | box-shadow: |
| | | 0 1px 0 rgba(255, 255, 255, 0.95) inset, |
| | | 0 28px 70px rgba(40, 55, 100, 0.18), |
| | | 0 10px 28px rgba(40, 55, 100, 0.1); |
| | | } |
| | | |
| | | .glass-panel__body { |
| | | border-radius: 14px; |
| | | overflow: hidden; |
| | | line-height: 0; |
| | | background: #fff; |
| | | } |
| | | |
| | | .glass-panel__body img { |
| | | display: block; |
| | | width: 100%; |
| | | height: auto; |
| | | } |
| | | |
| | | .glass-panel__shine { |
| | | position: absolute; |
| | | inset: 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | object-fit: cover; |
| | | object-position: center 38%; |
| | | border-radius: 22px; |
| | | pointer-events: none; |
| | | background: linear-gradient( |
| | | 125deg, |
| | | rgba(255, 255, 255, 0.55) 0%, |
| | | transparent 42%, |
| | | transparent 70%, |
| | | rgba(255, 255, 255, 0.15) 100% |
| | | ); |
| | | } |
| | | |
| | | .hero-full__tagline { |
| | | position: relative; |
| | | .glass-panel__reflection { |
| | | margin-top: 10px; |
| | | padding: 0 11px 0; |
| | | transform: scaleY(-1); |
| | | opacity: 0.26; |
| | | filter: blur(0.3px); |
| | | mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, transparent 72%); |
| | | -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, transparent 72%); |
| | | } |
| | | |
| | | .glass-panel__reflection img { |
| | | display: block; |
| | | width: 100%; |
| | | height: auto; |
| | | border-radius: 14px; |
| | | } |
| | | |
| | | .glass-panel--main { |
| | | left: 50%; |
| | | top: 6%; |
| | | width: 62%; |
| | | transform: translateX(-50%) rotateY(-7deg) rotateX(7deg) translateZ(30px); |
| | | z-index: 2; |
| | | margin: 0; |
| | | padding: 0 32px max(48px, env(safe-area-inset-bottom, 0px) + 40px); |
| | | max-width: 18em; |
| | | } |
| | | |
| | | .glass-panel--memo { |
| | | right: -2%; |
| | | bottom: 2%; |
| | | width: 44%; |
| | | transform: rotateY(11deg) rotateX(-3deg) translateZ(80px); |
| | | z-index: 4; |
| | | } |
| | | |
| | | .glass-panel--tags { |
| | | left: -4%; |
| | | top: 18%; |
| | | width: 42%; |
| | | transform: rotateY(-12deg) rotateX(4deg) translateZ(50px); |
| | | z-index: 3; |
| | | } |
| | | |
| | | .hero__tagline { |
| | | margin: 36px auto 0; |
| | | text-align: center; |
| | | font-size: clamp(1.5rem, 4.2vw, 2.75rem); |
| | | font-size: clamp(1.45rem, 3.8vw, 2.35rem); |
| | | font-weight: 650; |
| | | letter-spacing: -0.03em; |
| | | line-height: 1.15; |
| | | color: #f5f5f7; |
| | | text-shadow: |
| | | 0 2px 24px rgba(0, 0, 0, 0.85), |
| | | 0 0 80px rgba(0, 0, 0, 0.5); |
| | | line-height: 1.2; |
| | | color: #1a1a22; |
| | | max-width: 16em; |
| | | } |
| | | |
| | | .content-below { |
| | | padding-top: 56px; |
| | | .hero__tagline-sub { |
| | | margin: 12px auto 0; |
| | | text-align: center; |
| | | font-size: 1.02rem; |
| | | color: var(--muted); |
| | | max-width: 28em; |
| | | } |
| | | |
| | | /* Main content */ |
| | | .page-main { |
| | | padding: 56px 0 72px; |
| | | } |
| | | |
| | | .card { |
| | | background: var(--surface); |
| | | background: var(--bg-elevated); |
| | | border: 1px solid var(--border); |
| | | border-radius: var(--radius); |
| | | box-shadow: var(--shadow); |
| | | padding: 28px 32px; |
| | | margin-bottom: 24px; |
| | | backdrop-filter: blur(12px); |
| | | margin-bottom: 22px; |
| | | } |
| | | |
| | | .card h2 { |
| | | margin: 0 0 16px; |
| | | font-size: 1.35rem; |
| | | margin: 0 0 14px; |
| | | font-size: 1.3rem; |
| | | letter-spacing: -0.02em; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .card-cta p { |
| | | margin: 0 0 18px; |
| | | margin: 0 0 16px; |
| | | color: var(--muted); |
| | | } |
| | | |
| | |
| | | .compare th, |
| | | .compare td { |
| | | text-align: left; |
| | | padding: 12px 14px; |
| | | padding: 11px 12px; |
| | | border-bottom: 1px solid var(--border); |
| | | vertical-align: top; |
| | | } |
| | | |
| | | .compare th { |
| | | font-size: 0.8rem; |
| | | font-size: 0.78rem; |
| | | text-transform: uppercase; |
| | | letter-spacing: 0.04em; |
| | | color: var(--muted); |
| | |
| | | .feature-grid { |
| | | display: grid; |
| | | grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); |
| | | gap: 14px; |
| | | gap: 12px; |
| | | } |
| | | |
| | | .feature { |
| | | padding: 16px 18px; |
| | | border-radius: 14px; |
| | | background: color-mix(in srgb, var(--accent) 8%, var(--surface)); |
| | | padding: 15px 17px; |
| | | border-radius: 12px; |
| | | background: #f8f9fd; |
| | | border: 1px solid var(--border); |
| | | } |
| | | |
| | | .feature strong { |
| | | display: block; |
| | | margin-bottom: 6px; |
| | | margin-bottom: 5px; |
| | | } |
| | | |
| | | .cta-row { |
| | |
| | | |
| | | .btn { |
| | | display: inline-block; |
| | | padding: 12px 22px; |
| | | padding: 11px 22px; |
| | | border-radius: 999px; |
| | | font-weight: 600; |
| | | font-size: 0.95rem; |
| | | font-size: 0.94rem; |
| | | } |
| | | |
| | | .btn-primary { |
| | | background: var(--accent); |
| | | color: #fff; |
| | | box-shadow: 0 10px 28px rgba(10, 132, 255, 0.35); |
| | | box-shadow: 0 8px 24px rgba(0, 113, 227, 0.28); |
| | | } |
| | | |
| | | .btn-primary:hover { |
| | |
| | | } |
| | | |
| | | .btn-secondary { |
| | | background: rgba(255, 255, 255, 0.08); |
| | | background: var(--bg-elevated); |
| | | color: var(--text); |
| | | border: 1px solid var(--border); |
| | | } |
| | |
| | | } |
| | | |
| | | .site-footer { |
| | | margin-top: 48px; |
| | | padding-top: 24px; |
| | | padding: 28px 0 48px; |
| | | border-top: 1px solid var(--border); |
| | | text-align: center; |
| | | font-size: 0.88rem; |
| | | color: var(--muted); |
| | | } |
| | | |
| | | .site-footer p { |
| | | margin: 0 0 8px; |
| | | } |
| | | |
| | | .prose h1 { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | .prose h2 { |
| | | margin-top: 1.5em; |
| | | } |
| | | |
| | | .prose h3 { |
| | | margin-top: 1.2em; |
| | | } |
| | | |
| | | kbd { |
| | |
| | | border-radius: 6px; |
| | | font-size: 0.82em; |
| | | font-family: ui-monospace, SFMono-Regular, Menlo, monospace; |
| | | background: rgba(255, 255, 255, 0.08); |
| | | background: #f0f2f8; |
| | | border: 1px solid var(--border); |
| | | } |
| | | |
| | | /* Inner pages (support, privacy) — light readable prose */ |
| | | body:not(.page-home) { |
| | | background: |
| | | radial-gradient(ellipse 80% 50% at 10% -10%, rgba(90, 200, 250, 0.12), transparent 55%), |
| | | var(--bg); |
| | | } |
| | | |
| | | .prose { |
| | | max-width: 720px; |
| | | } |
| | | |
| | | .prose h1 { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | .prose h2 { |
| | | margin-top: 1.6em; |
| | | } |
| | | |
| | | @media (max-width: 720px) { |
| | | .site-header .inner { |
| | | flex-wrap: wrap; |
| | | padding: 12px 18px; |
| | | @media (max-width: 860px) { |
| | | .site-header__bar { |
| | | grid-template-columns: auto auto; |
| | | grid-template-rows: auto auto; |
| | | } |
| | | |
| | | nav { |
| | | .site-nav { |
| | | grid-column: 1 / -1; |
| | | justify-content: flex-start; |
| | | order: 3; |
| | | width: 100%; |
| | | } |
| | | |
| | | .hero-full__tagline { |
| | | padding-bottom: 36px; |
| | | .lang-switch { |
| | | grid-column: 2; |
| | | grid-row: 1; |
| | | justify-self: end; |
| | | } |
| | | |
| | | .hero__mosaic { |
| | | height: min(480px, 52vh); |
| | | } |
| | | |
| | | .glass-panel--main { |
| | | width: 78%; |
| | | top: 4%; |
| | | } |
| | | |
| | | .glass-panel--memo { |
| | | width: 52%; |
| | | right: -6%; |
| | | bottom: 0; |
| | | } |
| | | |
| | | .glass-panel--tags { |
| | | width: 50%; |
| | | left: -8%; |
| | | top: 28%; |
| | | } |
| | | } |
| | | |
| | | @media (max-width: 560px) { |
| | | :root { |
| | | --layout-pad: 18px; |
| | | } |
| | | |
| | | .hero { |
| | | padding-bottom: 40px; |
| | | } |
| | | |
| | | .hero__mosaic { |
| | | height: 400px; |
| | | } |
| | | |
| | | .glass-panel--memo, |
| | | .glass-panel--tags { |
| | | opacity: 0.92; |
| | | } |
| | | } |
| | |
| | | </head> |
| | | <body> |
| | | <header class="site-header"> |
| | | <div class="inner"> |
| | | <div class="layout site-header__bar"> |
| | | <a class="brand" href="index.html"> |
| | | <img src="assets/app-icon-256.png" width="36" height="36" alt=""> |
| | | <img src="assets/app-icon-256.png" width="34" height="34" alt=""> |
| | | TagLauncher |
| | | </a> |
| | | <nav> |
| | | <nav class="site-nav" aria-label="导航"> |
| | | <a href="index.html">首页</a> |
| | | <a href="support.html" aria-current="page">支持</a> |
| | | <a href="privacy-zh.html">隐私政策</a> |
| | | <a href="privacy.html">Privacy (EN)</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" hreflang="zh-Hans">中文</a> |
| | | <a href="index-en.html" hreflang="en">EN</a> |
| | | </div> |
| | | </div> |
| | | </header> |
| | | |
| | | <main class="wrap prose"> |
| | | <article class="card"> |
| | | <h1>支持 / Support</h1> |
| | | <p> |
| | | <strong>当前版本:</strong>7.8.15 (Build 20260605.2337)<br> |
| | | <strong>系统要求:</strong>macOS 15.0 或更高 |
| | | </p> |
| | | <main class="page-main"> |
| | | <div class="layout prose"> |
| | | <article class="card"> |
| | | <h1>支持 / Support</h1> |
| | | <p> |
| | | <strong>当前版本:</strong>7.8.15 (Build 20260605.2337)<br> |
| | | <strong>系统要求:</strong>macOS 15.0 或更高 |
| | | </p> |
| | | |
| | | <h2>联系 / Contact</h2> |
| | | <p> |
| | | 电子邮件 / Email: |
| | | <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a> |
| | | </p> |
| | | <p>我们通常会在几个工作日内回复。发邮件时请说明 macOS 版本与 TagLauncher 版本号。</p> |
| | | <h2>联系 / Contact</h2> |
| | | <p> |
| | | 电子邮件 / Email: |
| | | <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a> |
| | | </p> |
| | | <p>我们通常会在几个工作日内回复。发邮件时请说明 macOS 版本与 TagLauncher 版本号。</p> |
| | | |
| | | <h2>默认快捷键 / Shortcuts</h2> |
| | | <ul> |
| | | <li><kbd>Option</kbd> + <kbd>Shift</kbd> + <kbd>Space</kbd> — 打开应用网格 / App Grid</li> |
| | | <li>应用网格内 <kbd>Space</kbd> — Quick Search</li> |
| | | <li><kbd>Fn</kbd> + <kbd>Space</kbd> — 仅 Quick Search(可在设置中调整)</li> |
| | | <li><kbd>Esc</kbd> — 关闭搜索或网格</li> |
| | | <li><kbd>Command</kbd> + <kbd>,</kbd> — 偏好设置 / Preferences</li> |
| | | </ul> |
| | | <p>可在 TagLauncher 设置 → 快捷键 中查看或修改(视版本而定)。</p> |
| | | <h2>默认快捷键 / Shortcuts</h2> |
| | | <ul> |
| | | <li><kbd>Option</kbd> + <kbd>Shift</kbd> + <kbd>Space</kbd> — 打开应用网格 / App Grid</li> |
| | | <li>应用网格内 <kbd>Space</kbd> — Quick Search</li> |
| | | <li><kbd>Fn</kbd> + <kbd>Space</kbd> — 仅 Quick Search(可在设置中调整)</li> |
| | | <li><kbd>Esc</kbd> — 关闭搜索或网格</li> |
| | | <li><kbd>Command</kbd> + <kbd>,</kbd> — 偏好设置 / Preferences</li> |
| | | </ul> |
| | | <p>可在 TagLauncher 设置 → 快捷键 中查看或修改(视版本而定)。</p> |
| | | |
| | | <h2>帮助文档 / Help</h2> |
| | | <p> |
| | | 应用内「关于」可打开与当前界面语言匹配的帮助 PDF。 |
| | | 所有语言包托管在 GitHub Releases: |
| | | </p> |
| | | <p> |
| | | <a href="https://github.com/shanghai3168/taglauncher/releases" rel="noopener"> |
| | | github.com/shanghai3168/taglauncher/releases |
| | | </a> |
| | | </p> |
| | | <h2>帮助文档 / Help</h2> |
| | | <p> |
| | | 应用内「关于」可打开与当前界面语言匹配的帮助 PDF。 |
| | | 所有语言包托管在 GitHub Releases: |
| | | </p> |
| | | <p> |
| | | <a href="https://github.com/shanghai3168/taglauncher/releases" rel="noopener"> |
| | | github.com/shanghai3168/taglauncher/releases |
| | | </a> |
| | | </p> |
| | | |
| | | <h2>常见问题 / FAQ</h2> |
| | | <h3>应用网格一直转圈?</h3> |
| | | <p> |
| | | 请更新到 7.8.15 或更高版本。若仍出现,完全退出 TagLauncher 后重新打开; |
| | | 或在设置 → 数据中确认布局文件未损坏,必要时从备份 JSON 恢复。 |
| | | </p> |
| | | <h3>如何备份分类与布局?</h3> |
| | | <p>设置 → 数据 →「导出分类与布局」,保存 JSON 文件。换机或重装后使用「导入」恢复。</p> |
| | | <h3>一个应用能属于多个标签吗?</h3> |
| | | <p>可以。这是 TagLauncher 与 Launchpad 文件夹模型的主要区别之一。</p> |
| | | <h3>数据会上传到云端吗?</h3> |
| | | <p>不会。分类、标签与备忘保存在本机。详见 <a href="privacy-zh.html">隐私政策</a>。</p> |
| | | <h2>常见问题 / FAQ</h2> |
| | | <h3>应用网格一直转圈?</h3> |
| | | <p> |
| | | 请更新到 7.8.15 或更高版本。若仍出现,完全退出 TagLauncher 后重新打开; |
| | | 或在设置 → 数据中确认布局文件未损坏,必要时从备份 JSON 恢复。 |
| | | </p> |
| | | <h3>如何备份分类与布局?</h3> |
| | | <p>设置 → 数据 →「导出分类与布局」,保存 JSON 文件。换机或重装后使用「导入」恢复。</p> |
| | | <h3>一个应用能属于多个标签吗?</h3> |
| | | <p>可以。这是 TagLauncher 与 Launchpad 文件夹模型的主要区别之一。</p> |
| | | <h3>数据会上传到云端吗?</h3> |
| | | <p>不会。分类、标签与备忘保存在本机。详见 <a href="privacy-zh.html">隐私政策</a>。</p> |
| | | |
| | | <h2>Mac App Store</h2> |
| | | <p>上架后本页将补充 App Store 产品链接。购买与退款请通过 Apple 支持流程处理。</p> |
| | | |
| | | <h2>相关链接</h2> |
| | | <ul> |
| | | <li><a href="index.html">产品首页(中文)</a> · <a href="index-en.html">Home (EN)</a></li> |
| | | <li><a href="privacy-zh.html">隐私政策(中文)</a> · <a href="privacy.html">Privacy (EN)</a></li> |
| | | </ul> |
| | | </article> |
| | | <h2>Mac App Store</h2> |
| | | <p>上架后本页将补充 App Store 产品链接。购买与退款请通过 Apple 支持流程处理。</p> |
| | | </article> |
| | | </div> |
| | | </main> |
| | | |
| | | <footer class="site-footer wrap"> |
| | | <p>© 2026 TagLauncher · 海南万幸科技有限公司</p> |
| | | <footer class="site-footer"> |
| | | <div class="layout"> |
| | | <p>© 2026 TagLauncher · 海南万幸科技有限公司</p> |
| | | </div> |
| | | </footer> |
| | | </body> |
| | | </html> |