Skip to content

Commit 41cc35c

Browse files
committed
chore: update readme
1 parent 7087031 commit 41cc35c

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,29 @@
66
[![Build Status](https://github.com/rimeinn/rabbit/actions/workflows/ci.yaml/badge.svg)](https://github.com/rimeinn/rabbit/actions/workflows/ci.yaml)
77
[![Telegram Group Chat](https://telegram-badge.vercel.app/api/telegram-badge?channelId=@rime_rabbit)](https://t.me/rime_rabbit)
88
[![License](https://img.shields.io/github/license/rimeinn/rabbit)](LICENSE)
9-
![GitHub Repo stars](https://img.shields.io/github/stars/rimeinn/rabbit?style=flat)
9+
[![GitHub Repo stars](https://img.shields.io/github/stars/rimeinn/rabbit?style=flat)](https://github.com/rimeinn/rabbit/stargazers)
1010

1111
## 下载体验
1212

1313
> [!NOTE]
1414
> 发现程序漏洞请在 [Issues](https://github.com/rimeinn/rabbit/issues/new/choose) 反馈。使用问题可以在 [Discussions](https://github.com/rimeinn/rabbit/discussions) 讨论,或者加入 [Telegram 群聊](https://t.me/rime_rabbit)
1515
16-
### Release 版
16+
### 通过发布页面下载
1717

18-
发行版会在 [Release 页面](https://github.com/rimeinn/rabbit/releases) 的 Assets 中,下载最新的 `rabbit-v<版本号>.zip`,解压到一个新建文件夹,运行 `Rabbit.exe` 即可。
18+
正式发行版会在 [Release 页面](https://github.com/rimeinn/rabbit/releases) 的 Assets 中,下载最新的 `rabbit-v<版本号>.zip`,解压到一个新建文件夹,运行 `Rabbit.exe` 即可。
1919

20-
#### 通过 [scoop](https://scoop.sh/) 安装
20+
每夜构建版可在 [`latest`](https://github.com/rimeinn/rabbit/releases/tag/latest) 页面下载。
21+
22+
### 通过 [scoop](https://scoop.sh/) 安装
2123

2224
```PowerShell
2325
scoop bucket add siku https://github.com/amorphobia/siku
26+
# 正式发行版
2427
scoop install siku/rabbit
28+
# 每夜构建版
29+
scoop install siku/rabbit-nightly
2530
```
2631

27-
### 每夜构建版本 (Nightly)
28-
29-
每夜构建版本可在 [`latest` 标签](https://github.com/rimeinn/rabbit/releases/tag/latest)页面下载。
30-
3132
## 脚本编译
3233

3334
本仓库提供*源码形式的玉兔毫脚本*以及*仅修改主图标的 AutoHotkey 可执行文件*,用户可根据需要自行编译为可执行文件以及压缩。编译方式可参照 AutoHotkey 的[官方文档](https://www.autohotkey.com/docs/v2/Scripts.htm#ahk2exe)
@@ -36,6 +37,9 @@ scoop install siku/rabbit
3637

3738
## 目录结构
3839

40+
<details>
41+
<summary>点击展开</summary>
42+
3943
> [!NOTE]
4044
> 以下描述的*可删除**编译后可删除*指的是删除后不影响使用,若要再次分发脚本或编译后的可执行文件,需遵守 [GPL-3.0 开源许可](LICENSE)
4145
@@ -57,6 +61,8 @@ rabbit/
5761
├─ rime-install.bat 东风破批处理脚本,删除后无法从设定中调用东风破
5862
```
5963

64+
</details>
65+
6066
## 使用的开源项目
6167

6268
- [librime](https://github.com/rime/librime)

0 commit comments

Comments
 (0)