Skip to content

Commit c19fc38

Browse files
committed
feat(download): 添加 Windows 绿色免安装版下载说明
1 parent 578d1ca commit c19fc38

12 files changed

Lines changed: 79 additions & 11 deletions

File tree

website/docs/.vitepress/theme/DownloadHero.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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` },

website/docs/ar/download.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
### Windows
2525

26-
- نزّل `AQBot_x.x.x_x64-setup.exe`
26+
- **نسخة المثبّت**: نزّل `AQBot_x.x.x_x64-setup.exe`
27+
- **النسخة المحمولة (Portable)**: نزّل `AQBot_x.x.x_windows-x64-portable.zip` — فك الضغط واستخدم مباشرة، بدون تثبيت
2728

2829
### Linux
2930

@@ -40,10 +41,15 @@
4041

4142
### Windows
4243

44+
**نسخة المثبّت:**
4345
1. شغّل المثبّت المحمّل
4446
2. اتبع المعالج لإكمال التثبيت
4547
3. أطلق من قائمة ابدأ أو اختصار سطح المكتب
4648

49+
**النسخة المحمولة (Portable):**
50+
1. فك ضغط ملف `.zip` في أي مجلد
51+
2. انقر مزدوجاً على `AQBot.exe` لتشغيله
52+
4753
### Linux
4854

4955
```bash

website/docs/de/download.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Besuchen Sie die GitHub Releases-Seite für die neueste Version:
2323

2424
### Windows
2525

26-
- Laden Sie `AQBot_x.x.x_x64-setup.exe` herunter
26+
- **Installer-Version**: Laden Sie `AQBot_x.x.x_x64-setup.exe` herunter
27+
- **Portable Version (Portable)**: Laden Sie `AQBot_x.x.x_windows-x64-portable.zip` herunter — Entpacken und direkt verwenden, keine Installation nötig
2728

2829
### Linux
2930

@@ -40,10 +41,15 @@ Besuchen Sie die GitHub Releases-Seite für die neueste Version:
4041

4142
### Windows
4243

44+
**Installer-Version:**
4345
1. Führen Sie den heruntergeladenen Installer aus
4446
2. Folgen Sie dem Assistenten, um die Installation abzuschließen
4547
3. Starten Sie über das Startmenü oder die Desktop-Verknüpfung
4648

49+
**Portable Version (Portable):**
50+
1. Entpacken Sie die `.zip`-Datei in ein beliebiges Verzeichnis
51+
2. Doppelklicken Sie auf `AQBot.exe` zum Starten
52+
4753
### Linux
4854

4955
```bash

website/docs/download.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Visit the GitHub Releases page for the latest version:
2323

2424
### Windows
2525

26-
- Download `AQBot_x.x.x_x64-setup.exe`
26+
- **安装版**: Download `AQBot_x.x.x_x64-setup.exe`
27+
- **绿色免安装版 (Portable)**: Download `AQBot_x.x.x_windows-x64-portable.zip` — 解压即用,无需安装
2728

2829
### Linux
2930

@@ -40,10 +41,15 @@ Visit the GitHub Releases page for the latest version:
4041

4142
### Windows
4243

44+
**安装版:**
4345
1. Run the downloaded installer
4446
2. Follow the wizard to complete installation
4547
3. Launch from Start Menu or desktop shortcut
4648

49+
**绿色免安装版 (Portable):**
50+
1. 解压 `.zip` 文件到任意目录
51+
2. 双击 `AQBot.exe` 即可运行
52+
4753
### Linux
4854

4955
```bash

website/docs/es/download.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Visita la página de GitHub Releases para la última versión:
2323

2424
### Windows
2525

26-
- Descarga `AQBot_x.x.x_x64-setup.exe`
26+
- **Versión instalable**: Descarga `AQBot_x.x.x_x64-setup.exe`
27+
- **Versión portable (Portable)**: Descarga `AQBot_x.x.x_windows-x64-portable.zip` — Descomprime y usa, sin necesidad de instalación
2728

2829
### Linux
2930

@@ -40,10 +41,15 @@ Visita la página de GitHub Releases para la última versión:
4041

4142
### Windows
4243

44+
**Versión instalable:**
4345
1. Ejecuta el instalador descargado
4446
2. Sigue el asistente para completar la instalación
4547
3. Inicia desde el menú Inicio o el acceso directo del escritorio
4648

49+
**Versión portable (Portable):**
50+
1. Descomprime el archivo `.zip` en cualquier carpeta
51+
2. Haz doble clic en `AQBot.exe` para ejecutar
52+
4753
### Linux
4854

4955
```bash

website/docs/fr/download.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Visitez la page GitHub Releases pour la dernière version :
2323

2424
### Windows
2525

26-
- Téléchargez `AQBot_x.x.x_x64-setup.exe`
26+
- **Version installable** : Téléchargez `AQBot_x.x.x_x64-setup.exe`
27+
- **Version portable (Portable)** : Téléchargez `AQBot_x.x.x_windows-x64-portable.zip` — Extraire et utiliser, aucune installation nécessaire
2728

2829
### Linux
2930

@@ -40,10 +41,15 @@ Visitez la page GitHub Releases pour la dernière version :
4041

4142
### Windows
4243

44+
**Version installable :**
4345
1. Exécutez l'installateur téléchargé
4446
2. Suivez l'assistant pour terminer l'installation
4547
3. Lancez depuis le menu Démarrer ou le raccourci bureau
4648

49+
**Version portable (Portable) :**
50+
1. Extrayez le fichier `.zip` dans n'importe quel dossier
51+
2. Double-cliquez sur `AQBot.exe` pour lancer
52+
4753
### Linux
4854

4955
```bash

website/docs/hi/download.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
### Windows
2525

26-
- `AQBot_x.x.x_x64-setup.exe` डाउनलोड करें
26+
- **इंस्टॉलर संस्करण**: `AQBot_x.x.x_x64-setup.exe` डाउनलोड करें
27+
- **पोर्टेबल संस्करण (Portable)**: `AQBot_x.x.x_windows-x64-portable.zip` डाउनलोड करें — एक्सट्रैक्ट करें और उपयोग करें, इंस्टॉलेशन की आवश्यकता नहीं
2728

2829
### Linux
2930

@@ -40,10 +41,15 @@
4041

4142
### Windows
4243

44+
**इंस्टॉलर संस्करण:**
4345
1. डाउनलोड किया इंस्टॉलर चलाएं
4446
2. इंस्टॉलेशन पूरी करने के लिए विज़ार्ड का पालन करें
4547
3. Start Menu या डेस्कटॉप शॉर्टकट से लॉन्च करें
4648

49+
**पोर्टेबल संस्करण (Portable):**
50+
1. `.zip` फ़ाइल को किसी भी फोल्डर में एक्सट्रैक्ट करें
51+
2. `AQBot.exe` पर डबल-क्लिक करके चलाएं
52+
4753
### Linux
4854

4955
```bash

website/docs/ja/download.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
### Windows
2525

26-
- `AQBot_x.x.x_x64-setup.exe` をダウンロード
26+
- **インストーラー版**: `AQBot_x.x.x_x64-setup.exe` をダウンロード
27+
- **ポータブル版 (Portable)**: `AQBot_x.x.x_windows-x64-portable.zip` をダウンロード — 解凍するだけですぐ使える、インストール不要
2728

2829
### Linux
2930

@@ -40,10 +41,15 @@
4041

4142
### Windows
4243

44+
**インストーラー版:**
4345
1. ダウンロードしたインストーラーを実行
4446
2. ウィザードに従ってインストールを完了
4547
3. スタートメニューまたはデスクトップのショートカットから起動
4648

49+
**ポータブル版 (Portable):**
50+
1. `.zip` ファイルを任意のフォルダに解凍
51+
2. `AQBot.exe` をダブルクリックして起動
52+
4753
### Linux
4854

4955
```bash

website/docs/ko/download.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
### Windows
2525

26-
- `AQBot_x.x.x_x64-setup.exe` 다운로드
26+
- **설치 버전**: `AQBot_x.x.x_x64-setup.exe` 다운로드
27+
- **포터블 버전 (Portable)**: `AQBot_x.x.x_windows-x64-portable.zip` 다운로드 — 압축 해제 후 바로 사용, 설치 불필요
2728

2829
### Linux
2930

@@ -40,10 +41,15 @@
4041

4142
### Windows
4243

44+
**설치 버전:**
4345
1. 다운로드한 설치 프로그램 실행
4446
2. 마법사를 따라 설치 완료
4547
3. 시작 메뉴 또는 바탕 화면 바로 가기에서 시작
4648

49+
**포터블 버전 (Portable):**
50+
1. `.zip` 파일을 원하는 폴더에 압축 해제
51+
2. `AQBot.exe`를 더블 클릭하여 실행
52+
4753
### Linux
4854

4955
```bash

website/docs/ru/download.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
### Windows
2525

26-
- Скачайте `AQBot_x.x.x_x64-setup.exe`
26+
- **Установщик**: Скачайте `AQBot_x.x.x_x64-setup.exe`
27+
- **Портативная версия (Portable)**: Скачайте `AQBot_x.x.x_windows-x64-portable.zip` — Распаковать и использовать, установка не требуется
2728

2829
### Linux
2930

@@ -40,10 +41,15 @@
4041

4142
### Windows
4243

44+
**Установщик:**
4345
1. Запустите скачанный установщик
4446
2. Следуйте мастеру для завершения установки
4547
3. Запустите из меню «Пуск» или ярлыка на рабочем столе
4648

49+
**Портативная версия (Portable):**
50+
1. Распакуйте `.zip` файл в любую папку
51+
2. Дважды щёлкните `AQBot.exe` для запуска
52+
4753
### Linux
4854

4955
```bash

0 commit comments

Comments
 (0)