File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 25
25
npm i -g pnpm
26
26
pnpm i
27
27
28
+ - name : Embed fcitx5-online
29
+ run : |
30
+ wget https://github.com/fcitx-contrib/fcitx5-online/releases/download/latest/fcitx5-online.zip
31
+ unzip fcitx5-online.zip
32
+ mv fcitx5-online public/online
33
+
28
34
- name : Build
29
35
run : pnpm run build
30
36
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ export default defineConfig({
10
10
{ text : 'Home' , link : '/' } ,
11
11
{ text : 'macOS' , link : '/docs' } ,
12
12
{ text : 'Linux' , link : 'https://fcitx-im.org/wiki/Fcitx_5' } ,
13
- { text : 'Android' , link : 'https://fcitx5-android.github.io' }
13
+ { text : 'Android' , link : 'https://fcitx5-android.github.io' } ,
14
+ { text : 'Online' , link : '/online/index.html' , target : '_blank' }
14
15
] ,
15
16
16
17
sidebar : [
You can’t perform that action at this time.
0 commit comments