feat(keyboard): ship AI hint carousel, home library cards, and clipboard polish
Rotate AI idle suggestions with optional remote packs, move history/dictionary onto self-sizing Home preview cards, harden clipboard capture/prompting, and simplify keyboard chrome by dropping most liquid-glass shadows.
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
在 iPhone、iPad 和 Mac 上,用说的代替打字。任意 App 里开口,润色好的文字直接落到光标处。
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[官网](https://hkgood.github.io/OSGKeyboard/) · [English](./README.en.md) · [隐私政策](https://hkgood.github.io/OSGKeyboard/privacy/)
|
||||
@@ -18,7 +18,7 @@
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/hkgood/OSGKeyboard/releases/download/v1.1-mac/OSGKeyboard-1.1.dmg">
|
||||
<img src="docs/assets/badges/macos-zh.svg" alt="立即下载 macOS 版本" height="40">
|
||||
<img src="docs/assets/badges/macos-zh.svg" alt="下载 macOS 历史版本 1.1" height="40">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
- **说完就能用** — 点按(iOS)或按住 Option(Mac)开口,AI 自动补标点、整理结构,不用自己改稿
|
||||
- **中英都能打** — iOS 键盘内建全拼 / 双拼中文候选,以及英文补全、纠错与下一词预测
|
||||
- **默认不上传录音** — iOS 本地识别、Mac 可选本地模型;只有你主动开启云端引擎时,音频才会离开设备
|
||||
- **模型随你选** — 内置润色开箱即用;也可接入 DeepSeek、OpenAI、Anthropic、OpenRouter 等任意兼容 API
|
||||
- **模型随你选** — 本地识别无需 API Key;润色与 AI 模式使用你配置的 DeepSeek、OpenAI、Anthropic、OpenRouter 等服务
|
||||
- **Mac 也能全局听写** — 菜单栏常驻,屏幕底部浮层实时反馈,说完自动插入当前 App
|
||||
|
||||
---
|
||||
@@ -38,7 +38,7 @@
|
||||
## 三步开始
|
||||
|
||||
1. **安装并授权** — iOS 添加键盘并开启「完全访问」;Mac 授予麦克风与辅助功能
|
||||
2. **选引擎** — 本地识别 + 内置润色(零配置),或填入自己的 API Key
|
||||
2. **选引擎** — 本地识别可直接使用;需要润色或 AI 模式时再填入自己的 API Key
|
||||
3. **开口说话** — 切换到 OSGKeyboard 键盘,或按住 Option 键,文字即出现
|
||||
|
||||
> iOS 首次打开会走 6 步引导:权限 → 键盘 → 识别引擎 → 润色模型,约 2 分钟完成。
|
||||
@@ -52,8 +52,10 @@
|
||||
| 自定义键盘 / 全局热键 | ✅ | ✅ Option 按住说话 |
|
||||
| 中文输入(全拼 / 微软双拼 / 搜狗双拼) | ✅ 可选模糊音 | — |
|
||||
| 英文输入(补全 / 纠错 / 下一词) | ✅ 离线词表 + 个性词库加权 | — |
|
||||
| 本地语音识别 | ✅ Apple SpeechAnalyzer | ✅ SenseVoice / Qwen3 |
|
||||
| 本地语音识别 | ✅ Apple SpeechAnalyzer | ✅ Qwen3 MLX 流式(默认 0.6B 4-bit)+ Apple Speech 回退 |
|
||||
| AI 文本润色 | ✅ | ✅ |
|
||||
| 语音 AI 问答(显式插入 / 发送) | ✅ | — |
|
||||
| 语音编辑上次输入 | ✅ | — |
|
||||
| 润色后翻译 | ✅ | ✅ |
|
||||
| 个性词库 | ✅ iCloud 同步;保护润色并参与英文补全 | ✅ |
|
||||
| 听写历史 | ✅ | ✅ |
|
||||
@@ -78,10 +80,10 @@
|
||||
<img src="docs/assets/badges/ios-zh.svg" alt="立即下载 App Store 版" height="40">
|
||||
</a>
|
||||
|
||||
**Mac(Developer ID 签名并公证)**
|
||||
**Mac(历史版本 1.1,Developer ID 签名并公证)**
|
||||
|
||||
<a href="https://github.com/hkgood/OSGKeyboard/releases/download/v1.1-mac/OSGKeyboard-1.1.dmg">
|
||||
<img src="docs/assets/badges/macos-zh.svg" alt="立即下载 macOS 版本" height="40">
|
||||
<img src="docs/assets/badges/macos-zh.svg" alt="下载 macOS 历史版本 1.1" height="40">
|
||||
</a>
|
||||
|
||||
**从源码构建**(需 macOS + Xcode 26):
|
||||
@@ -118,7 +120,7 @@ OSGKeyboard 的语音与键盘能力建立在这些优秀项目和平台之上
|
||||
|
||||
## 许可
|
||||
|
||||
[源码可见许可](./LICENSE) — 个人学习与非商用本地使用;商用请联系 [rocky.hk@gmail.com](mailto:rocky.hk@gmail.com)。
|
||||
[源码可见许可](./LICENSE)(并非开源许可)— 仅允许个人学习与非商用本地使用;禁止未经授权的分发与公开衍生版本,商用请联系 [rocky.hk@gmail.com](mailto:rocky.hk@gmail.com)。
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user