Skip to content

Commit b2b4f64

Browse files
committed
chore: update ci & readme
remove Gdip lib
1 parent 25c98d7 commit b2b4f64

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ test.ahk
66
*.dll
77
*.ico
88
*.obj
9+
*.portable

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
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

Lib/Gdip

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)