File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed
Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,8 @@ jobs:
155155 with :
156156 name : Rabbit-${{ matrix.target }}
157157 path : |
158- Lib/Gdip/Gdip_All.ahk
158+ Lib/Direct2D/Direct2D.ahk
159+ Lib/Direct2D/LICENSE
159160 Lib/librime-ahk/*.ahk
160161 Lib/librime-ahk/rime.dll
161162 Lib/librime-ahk/utils
@@ -176,7 +177,8 @@ jobs:
176177 name : Rabbit-Full-${{ matrix.target }}
177178 path : |
178179 Data
179- Lib/Gdip/Gdip_All.ahk
180+ Lib/Direct2D/Direct2D.ahk
181+ Lib/Direct2D/LICENSE
180182 Lib/librime-ahk/*.ahk
181183 Lib/librime-ahk/rime.dll
182184 Lib/librime-ahk/utils
Original file line number Diff line number Diff line change 66* .dll
77* .ico
88* .obj
9+ * .portable
Original file line number Diff line number Diff line change 44[submodule "plum "]
55 path = plum
66 url = https://github.com/rime/plum
7- [submodule "Lib/Gdip "]
8- path = Lib/Gdip
9- url = https://github.com/buliasz/AHKv2-Gdip
107[submodule "Lib/Direct2D "]
118 path = Lib/Direct2D
129 url = https://github.com/rawbx/AHK-Direct2D
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ scoop install siku/rabbit-nightly
4040<details >
4141<summary >点击展开</summary >
4242
43- > [ !NOTE]
4443> 以下描述的* 可删除* 、* 编译后可删除* 指的是删除后不影响使用,若要再次分发脚本或编译后的可执行文件,需遵守 [ GPL-3.0 开源许可] ( LICENSE ) 。
4544
4645```
@@ -66,9 +65,10 @@ rabbit/
6665## 使用的开源项目
6766
6867- [ librime] ( https://github.com/rime/librime )
69- - [ OpenCC] ( https://github.com/BYVoid/OpenCC )
70- - [ AHKv2-Gdip] ( https://github.com/buliasz/AHKv2-Gdip )
7168- [ librime-ahk] ( https://github.com/rimeinn/librime-ahk )
69+ - [ AHK-Direct2D] ( https://github.com/rawbx/AHK-Direct2D )
70+ - [ OpenCC] ( https://github.com/BYVoid/OpenCC )
71+ - ~~ [ AHKv2-Gdip] ( https://github.com/buliasz/AHKv2-Gdip ) ~~
7272- [ GetCaretPos] ( https://github.com/Descolada/AHK-v2-libraries )
7373- [ GetCaretPosEx] ( https://github.com/Tebayaki/AutoHotkeyScripts/tree/main/lib/GetCaretPosEx )
7474- [ 东风破] ( https://github.com/rime/plum )
You can’t perform that action at this time.
0 commit comments