From e952fe779e64494e778e44956eb1caf3338c61a7 Mon Sep 17 00:00:00 2001 From: Lovehsigure_520 <62863834+Neko-233@users.noreply.github.com> Date: Sat, 21 Mar 2026 11:47:17 +0800 Subject: [PATCH] chore: switch zh-CN desktop download links to GitHub releases (#1442) * chore: use GitHub release links for zh-CN desktop downloads * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- .../scripts/update-readme-download-links.ts | 4 +-- docs/README.zh-CN.md | 4 +-- pnpm-lock.yaml | 35 ++++++++++++++++--- 3 files changed, 34 insertions(+), 9 deletions(-) diff --git a/apps/stage-tamagotchi/scripts/update-readme-download-links.ts b/apps/stage-tamagotchi/scripts/update-readme-download-links.ts index 8604740a6..5ff2ffac6 100644 --- a/apps/stage-tamagotchi/scripts/update-readme-download-links.ts +++ b/apps/stage-tamagotchi/scripts/update-readme-download-links.ts @@ -45,8 +45,8 @@ async function main() { return content .replace(GITHUB_WINDOWS_RE, `https://github.com/moeru-ai/airi/releases/download/v${cleanVersion}/${windowsExe}`) .replace(GITHUB_MACOS_RE, `https://github.com/moeru-ai/airi/releases/download/v${cleanVersion}/${macosDmg}`) - .replace(OSS_WINDOWS_RE, `https://static-cn-proj-airi.oss-cn-shanghai.aliyuncs.com/artifacts/apps/desktop/versions/v${cleanVersion}/${windowsExe}`) - .replace(OSS_MACOS_RE, `https://static-cn-proj-airi.oss-cn-shanghai.aliyuncs.com/artifacts/apps/desktop/versions/v${cleanVersion}/${macosDmg}`) + .replace(OSS_WINDOWS_RE, `https://github.com/moeru-ai/airi/releases/download/v${cleanVersion}/${windowsExe}`) + .replace(OSS_MACOS_RE, `https://github.com/moeru-ai/airi/releases/download/v${cleanVersion}/${macosDmg}`) } const readmeFiles: string[] = [ diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index 72e8c5fac..d38d27040 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -34,7 +34,7 @@

- + - +