From f19bfc55157a3481693fb1842898676e1c5e71ae Mon Sep 17 00:00:00 2001 From: Qijia Liu Date: Sun, 18 May 2025 10:17:45 -0400 Subject: [PATCH 1/2] fcitx5-rime.js 0.2.2 --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ed7d1bbd..e1f580b9 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -50,7 +50,7 @@ jobs: - name: Install fcitx5-rime.js run: | - wget -P /tmp https://github.com/rimeinn/fcitx5-rime.js/releases/download/0.2.1/fcitx5-rime.tgz + wget -P /tmp https://github.com/rimeinn/fcitx5-rime.js/releases/download/0.2.2/fcitx5-rime.tgz tar xf /tmp/fcitx5-rime.tgz -C /tmp mv /tmp/package/dist/* source/online rm -f source/online/Fcitx5.d.ts From 0066b932df7d7fdbeeb06975a64f9ec087db9774 Mon Sep 17 00:00:00 2001 From: Qijia Liu Date: Sun, 18 May 2025 15:11:31 -0400 Subject: [PATCH 2/2] fix: use 0.2.3 --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e1f580b9..570f9b17 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -50,7 +50,7 @@ jobs: - name: Install fcitx5-rime.js run: | - wget -P /tmp https://github.com/rimeinn/fcitx5-rime.js/releases/download/0.2.2/fcitx5-rime.tgz + wget -P /tmp https://github.com/rimeinn/fcitx5-rime.js/releases/download/0.2.3/fcitx5-rime.tgz tar xf /tmp/fcitx5-rime.tgz -C /tmp mv /tmp/package/dist/* source/online rm -f source/online/Fcitx5.d.ts