diff --git a/CHANGELOG.md b/CHANGELOG.md index 1844bd1..5d9509f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- **macOS direct download**: bilingual README and GitHub Pages download areas now offer a signed, notarized macOS DMG alongside the iPhone / iPad App Store badge, with explicit platform labels. / **macOS 直接下载**:中英文 README 与 GitHub Pages 下载区在 iPhone / iPad App Store 徽章旁新增已签名、公证的 macOS DMG,并明确标注平台。 +- **macOS direct download**: bilingual README and GitHub Pages download areas now offer a signed, notarized macOS DMG alongside the iPhone / iPad App Store badge, using distinct badge designs. / **macOS 直接下载**:中英文 README 与 GitHub Pages 下载区在 iPhone / iPad App Store 徽章旁新增已签名、公证的 macOS DMG,并通过不同徽章样式区分平台。 - **Beams hero**: radiant noise-warped beam array (React Bits–style, vanilla Three.js) with the shared demo preset (26 beams, 208° rotation) and OSG green light. / **Beams Hero**:放射状噪声光束阵列(React Bits 风格,原生 Three.js),采用分享的演示预设(26 束、208° 旋转)与 OSG 绿色灯光。 - **App Store download badges**: official badges on bilingual READMEs (hero + Get sections) and the website, with China-store `/cn/` links for Chinese and regionless App Store links for English. / **App Store 下载徽章**:中英文 README(顶部与获取区)与官网挂载官方徽章;中文链 `/cn/`,英文用无地区链接。 - **Website SEO & AI discovery**: richer meta/JSON-LD/FAQ, `llms.txt`, sitemap, and bilingual single-page landing. / **官网 SEO 与 AI 发现**:强化 meta/JSON-LD/FAQ、`llms.txt`、sitemap,以及双语单页落地站。 diff --git a/docs/index.html b/docs/index.html index 0a9b092..3ac7939 100644 --- a/docs/index.html +++ b/docs/index.html @@ -443,23 +443,10 @@ width: auto; display: block; } - .platform-download { - display: inline-flex; - flex-direction: column; - align-items: center; - gap: 0.35rem; - } - .platform-label { - color: var(--text-2); - font-size: 0.72rem; - font-weight: 600; - letter-spacing: 0.02em; - } - .hero .platform-label { color: var(--hero-muted); } .platform-downloads { display: flex; flex-wrap: wrap; - align-items: flex-end; + align-items: center; justify-content: center; gap: 1rem; } @@ -943,18 +930,12 @@

开口即文字

免费开源的跨端语音输入。本地识别,自带 API Key 润色,避免重复订阅。iPhone、iPad、Mac — 说完即落字。

-
- iPhone / iPad - - 下载 iPhone / iPad 版 - -
-
- Mac - - 直接下载 macOS 版 - -
+ + 下载 iPhone / iPad 版 + + + 直接下载 macOS 版 + 查看源码 @@ -1279,18 +1260,12 @@

iPhone / iPad 从 App Store 安装;Mac 直接下载已签名并公证的 DMG。

-
- iPhone / iPad - - 下载 iPhone / iPad 版 - -
-
- Mac - - 直接下载 macOS 版 - -
+ + 下载 iPhone / iPad 版 + + + 直接下载 macOS 版 +
查看安装步骤 @@ -1423,8 +1398,6 @@ "faq.link.download": "Download now →", "download.title": "Download now", "download.subtitle": "Get iPhone / iPad from the App Store, or download the signed and notarized DMG for Mac.", - "download.ios": "iPhone / iPad", - "download.mac": "Mac", "download.install": "Installation steps", "download.source": "GitHub source", "footer.copy": "© OSGKeyboard · v0.5.4 · source available", @@ -1541,8 +1514,6 @@ "faq.link.download": "立即下载 →", "download.title": "立即下载", "download.subtitle": "iPhone / iPad 从 App Store 安装;Mac 直接下载已签名并公证的 DMG。", - "download.ios": "iPhone / iPad", - "download.mac": "Mac", "download.install": "查看安装步骤", "download.source": "GitHub 源码", "footer.copy": "© OSGKeyboard · v0.5.4 · 源码可见",