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 @@

- + - +