22
33由 [ AutoHotkey] ( https://www.autohotkey.com/ ) 实现的 [ Rime 输入法引擎] ( https://github.com/rime/librime ) 前端
44
5+ [ ![ Download] ( https://img.shields.io/github/v/release/rimeinn/rabbit )] ( https://github.com/rimeinn/rabbit/releases/latest )
6+ [ ![ Build Status] ( https://github.com/rimeinn/rabbit/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/rimeinn/rabbit/actions/workflows/ci.yaml )
7+ [ ![ Telegram Group Chat] ( https://telegram-badge.vercel.app/api/telegram-badge?channelId=@rime_rabbit )] ( https://t.me/rime_rabbit )
8+ [ ![ License] ( https://img.shields.io/github/license/rimeinn/rabbit )] ( LICENSE )
9+ ![ GitHub Repo stars] ( https://img.shields.io/github/stars/rimeinn/rabbit?style=flat )
10+
511## 下载体验
612
713> [ !NOTE]
8- > ⚠️正在施工
9- > 现在已经可轻量地使用,遇到问题可以在 [ Issues] ( https://github.com/rimeinn/rabbit/issues/new/choose ) 反馈。
10-
11- ### Action 版
12-
13- 需要先登录你的 GitHub 账号。
14-
15- 前往 [ Actions 页面] ( https://github.com/rimeinn/rabbit/actions ) 找到最近成功构建的一次,在生成的 Artifacts 中点击 ` Rabbit-Full ` 下载,将压缩包内容解压到一个新建目录中,运行 ` Rabbit.exe ` 即可。之后更新时,可只下载 ` Rabbit ` 或 ` Data ` 覆盖相应的文件。
14+ > 发现程序漏洞请在 [ Issues] ( https://github.com/rimeinn/rabbit/issues/new/choose ) 反馈。
15+ > 使用问题可以在 [ Discussions] ( https://github.com/rimeinn/rabbit/discussions ) 讨论,
16+ > 或者加入 [ Telegram 群聊] ( https://t.me/rime_rabbit ) 。
1617
1718### Release 版
1819
@@ -25,6 +26,12 @@ scoop bucket add siku https://github.com/amorphobia/siku
2526scoop install siku/rabbit
2627```
2728
29+ ### Action 版
30+
31+ 需要先登录你的 GitHub 账号。
32+
33+ 前往 [ Actions 页面] ( https://github.com/rimeinn/rabbit/actions ) 找到最近成功构建的一次,在生成的 Artifacts 中点击 ` Rabbit-Full ` 下载,将压缩包内容解压到一个新建目录中,运行 ` Rabbit.exe ` 即可。之后更新时,可只下载 ` Rabbit ` 或 ` Data ` 覆盖相应的文件。
34+
2835## 脚本编译
2936
3037本仓库提供* 源码形式的玉兔毫脚本* 以及* 仅修改主图标的 AutoHotkey 可执行文件* ,用户可根据需要自行编译为可执行文件以及压缩。编译方式可参照 AutoHotkey 的[ 官方文档] ( https://www.autohotkey.com/docs/v2/Scripts.htm#ahk2exe ) 。
@@ -54,10 +61,6 @@ rabbit/
5461├─ rime-install.bat 东风破批处理脚本,删除后无法从设定中调用东风破
5562```
5663
57- ## 开源许可
58-
59- [ GPL-3.0] ( LICENSE )
60-
6164## 使用的开源项目
6265
6366- [ librime] ( https://github.com/rime/librime )
@@ -72,9 +75,7 @@ rabbit/
7275## 已知问题
7376
7477- 候选框图形界面较为简陋,有闪烁等问题
75- - ~~ 某些情况无法获得输入光标的坐标~~ 已在 x64 版本中修复,使用 x86 版本某些在应用中依旧无法获取光标的坐标 (Tebayaki/AutoHotkeyScripts #4 )
76- - 因热键冲突而取消了一些按键注册
77- - 与某些软件适配较差
78+ - 某些情况无法获得输入光标的坐标
7879- 桌面版 QQ 的密码输入框无法使用:[ QQ密码输入框(防键盘钩子)原理分析] ( https://blog.csdn.net/muyedongfeng/article/details/49308993 ) ,
7980([ 页面存档备份] ( https://web.archive.org/web/20240907052640/https://blog.csdn.net/muyedongfeng/article/details/49308993 ) ,存于互联网档案馆),可右键点击任务栏图标选择禁用/启用玉兔毫,或是在 ` rabbit.custom.yaml ` 里设置 ` suspend_hotkey ` 指定快捷键来禁用/启用玉兔毫
8081- 在 Windows 7 中打开玉兔毫时可能会造成系统一段时间无响应,需等待初始化完成,原因未知
0 commit comments