@@ -19,7 +19,9 @@ const downloads: DownloadItem[] = [
1919 { os: ' macos' , arch: ' Apple Silicon' , labelEn: ' macOS (Apple Silicon)' , labelZh: ' macOS(M 系列芯片)' , file: ` AQBot_${VERSION }_aarch64.dmg ` },
2020 { os: ' macos' , arch: ' Intel' , labelEn: ' macOS (Intel)' , labelZh: ' macOS(英特尔芯片)' , file: ` AQBot_${VERSION }_x64.dmg ` },
2121 { os: ' windows' , arch: ' x64' , labelEn: ' Windows (x64)' , labelZh: ' Windows(x64)' , file: ` AQBot_${VERSION }_x64-setup.exe ` },
22+ { os: ' windows' , arch: ' x64 Portable' , labelEn: ' Windows (x64 Portable)' , labelZh: ' Windows(x64 绿色版)' , file: ` AQBot_v${VERSION }_windows-x64-portable.zip ` },
2223 { os: ' windows' , arch: ' ARM64' , labelEn: ' Windows (ARM64)' , labelZh: ' Windows(ARM64)' , file: ` AQBot_${VERSION }_arm64-setup.exe ` },
24+ { os: ' windows' , arch: ' ARM64 Portable' , labelEn: ' Windows (ARM64 Portable)' , labelZh: ' Windows(ARM64 绿色版)' , file: ` AQBot_v${VERSION }_windows-arm64-portable.zip ` },
2325 { os: ' linux' , arch: ' x64 deb' , labelEn: ' Linux (x64 .deb)' , labelZh: ' Linux(x64 .deb)' , file: ` AQBot_${VERSION }_amd64.deb ` },
2426 { os: ' linux' , arch: ' x64 AppImage' , labelEn: ' Linux (x64 AppImage)' , labelZh: ' Linux(x64 AppImage)' , file: ` AQBot_${VERSION }_amd64.AppImage ` },
2527 { os: ' linux' , arch: ' ARM64 deb' , labelEn: ' Linux (ARM64 .deb)' , labelZh: ' Linux(ARM64 .deb)' , file: ` AQBot_${VERSION }_arm64.deb ` },
0 commit comments