Skip to content

Commit 497ed2f

Browse files
committed
embed fcitx5-online
1 parent b0c4e06 commit 497ed2f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci.yml

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

.vitepress/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)