File tree Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 7979 LICENSE
8080 README.md
8181
82+ - name : Upload Full Zip to Artifacts
83+ uses : actions/upload-artifact@v3
84+ with :
85+ name : Rabbit-Full
86+ path : |
87+ SharedSupport
88+ Lib/librime-ahk/*.ahk
89+ Lib/librime-ahk/LICENSE
90+ Lib/*.ahk
91+ rime.dll
92+ Rabbit.exe
93+ Rabbit.ico
94+ *.ahk
95+ LICENSE
96+ README.md
97+
8298 release :
8399 name : Release
84100 if : startsWith(github.ref, 'refs/tags/v')
@@ -91,12 +107,12 @@ jobs:
91107 - name : Download Artifacts
92108 uses : actions/download-artifact@v3
93109 with :
110+ name : Rabbit-Full
94111 path : release
95112
96113 - name : Pack Release Zip
97114 working-directory : release
98115 run : |
99- cp -r Rabbit/* ./ && rm -rf Rabbit
100116 mkdir Rime && zip -r -q ../rabbit-${{ github.ref_name }}.zip *
101117
102118 - name : Create Release and Upload Assets
Original file line number Diff line number Diff line change 44
55## 下载体验
66
7+ > [ !WARNING]
8+ > ⚠️正在施工⚠️
9+ > 现在已经可轻量地使用,遇到问题可以在 [ Issues] ( https://github.com/amorphobia/rime-jiandao/issues/new/choose ) 反馈。
10+
711### Action 版
812
9- 需要先登录你的 GitHub 账号。前往 [ Actions 页面] ( https://github.com/amorphobia/rabbit/actions ) 找到最近成功构建的一次,在生成的 Artifacts 中点击 ` Rabbit ` 和 ` SharedSupport ` 下载。将 ` Rabbit.zip ` 的内容解压到新建目录中,并在这个目录里新建一个 ` SharedSupport ` 目录,放入从 ` SharedSupport.zip ` 解压的内容,运行 ` Rabbit.exe ` 即可。(之后更新时可只下载 ` Rabbit.zip ` 覆盖)
13+ 需要先登录你的 GitHub 账号。
14+
15+ 前往 [ Actions 页面] ( https://github.com/amorphobia/rabbit/actions ) 找到最近成功构建的一次,在生成的 Artifacts 中点击 ` Rabbit-Full ` 下载,将压缩包内容解压到一个新建目录中,运行 ` Rabbit.exe ` 即可。之后更新时,可只下载 ` Rabbit ` 或 ` SharedSupport ` 覆盖相应的文件。
1016
1117一般来说,Action 版比 Release 版更新,可能会修复一些问题,也可能会引入更多问题(我太菜了😭️)
1218
3137
3238以及一些代码片段,在注释中注明了来源链接
3339
34- ## ⚠️正在施工⚠️
35-
36- 现在已经可轻量地使用,遇到问题可以在 [ Issues] ( https://github.com/amorphobia/rime-jiandao/issues/new/choose ) 反馈。
37-
3840## 已知问题
3941
4042- 候选框图形界面较为简陋,有闪烁等问题
You can’t perform that action at this time.
0 commit comments