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 2525 npm i -g pnpm
2626 pnpm i
2727
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+
2834 - name : Build
2935 run : pnpm run build
3036
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ export default defineConfig({
1010 { text : 'Home' , link : '/' } ,
1111 { text : 'macOS' , link : '/docs' } ,
1212 { 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' }
1415 ] ,
1516
1617 sidebar : [
You can’t perform that action at this time.
0 commit comments