docs: add download options for each system version in 3.9.0 release note (#547)

* docs: add download options for each system version in 3.9.0 release note.

* docs: add download options for each system version in 3.9.0 release note.
This commit is contained in:
苏风
2026-01-08 15:04:27 +08:00
committed by GitHub
parent 157ebaaad2
commit 75d512b36c
3 changed files with 89 additions and 0 deletions
+29
View File
@@ -130,3 +130,32 @@ It introduces a local API proxy with per-app takeover, automatic failover, unive
- Security improvements for the JavaScript executor and usage script execution (#151, thanks @luojiyin1987).
- SQL import is restricted to CC Switch exported backups to reduce the risk of importing unsafe or incompatible SQL dumps.
- Proxy takeover modifies CLI live configs; CC Switch will back up the live config before redirecting it to the local proxy. If you want to revert, disable takeover/stop the proxy and restore from the backup when needed.
## Download & Installation
### System Requirements
- **Windows**: Windows 10 +
- **MacOS**: MacOS 10.15 (Catalina) +
- **Linux**: Ubuntu 22.04 + | Debian 11 + | Fedora 34 +
### Download Links
Visit [Releases](https://github.com/farion1231/cc-switch/releases/latest) to download:
- **Windows**: `CC-Switch-v3.9.0-Windows.msi` or `-Portable.zip`
- **MacOS**: `CC-Switch-v3.9.0-macOS.tar.gz` or `.zip`
- **Linux**: `CC-Switch-v3.9.0-Linux.AppImage` or `.deb`
### Homebrew (MacOS)
```bash
brew tap farion1231/ccswitch
brew install --cask cc-switch
```
Update:
```bash
brew upgrade --cask cc-switch
```
+29
View File
@@ -130,3 +130,32 @@ CC Switch v3.9.0 は v3.9 ベータ(`3.9.0-1`、`3.9.0-2`、`3.9.0-3`)の安
- セキュリティ強化:JavaScript 実行器と使用量スクリプト実行に関するセキュリティ問題を修正(#151@luojiyin1987 に感謝)。
- SQL インポートは CC Switch がエクスポートしたバックアップのみに制限されます(安全性のため)。
- プロキシのテイクオーバーは CLI の live 設定を変更します。CC Switch はリダイレクト前に live 設定をバックアップします。元に戻す場合はテイクオーバー無効化/プロキシ停止を行い、必要に応じてバックアップから復元してください。
## ダウンロード & インストール
### システム要件
- **Windows**: Windows 10 +
- **MacOS**: MacOS 10.15 (Catalina) +
- **Linux**: Ubuntu 22.04 + | Debian 11 + | Fedora 34 +
### ダウンロード
[Releases](https://github.com/farion1231/cc-switch/releases/latest) から入手:
- **Windows**: `CC-Switch-v3.9.0-Windows.msi` または `-Portable.zip`
- **MacOS**: `CC-Switch-v3.9.0-macOS.tar.gz` または `.zip`
- **Linux**: `CC-Switch-v3.9.0-Linux.AppImage` または `.deb`
### Homebrew (MacOS)
```bash
brew tap farion1231/ccswitch
brew install --cask cc-switch
```
アップデート:
```bash
brew upgrade --cask cc-switch
```
+31
View File
@@ -130,3 +130,34 @@ CC Switch v3.9.0 是 v3.9 测试版序列(`3.9.0-1`、`3.9.0-2`、`3.9.0-3`
- 安全增强:修复 JavaScript 执行器与用量脚本相关的安全问题(#151,感谢 @luojiyin1987)。
- 为降低导入风险,SQL 导入被限制为仅允许导入 CC Switch 自己导出的备份。
- Proxy 接管会修改 CLI 的 live 配置;CC Switch 会在重定向前自动备份 live 配置。如需回退,可关闭接管/停止代理,并在必要时从备份恢复。
## 下载与安装
### 系统要求
- **Windows**Windows 10 +
- **MacOS**MacOS 10.15 (Catalina) +
- **Linux**Ubuntu 22.04 + | Debian 11 + | Fedora 34 +
### 下载链接
访问 [Releases](https://github.com/farion1231/cc-switch/releases/latest) 下载:
- **Windows**`CC-Switch-v3.9.0-Windows.msi``-Portable.zip`
- **MacOS**`CC-Switch-v3.9.0-macOS.tar.gz``.zip`
- **Linux**`CC-Switch-v3.9.0-Linux.AppImage``.deb`
### HomebrewMacOS
```bash
brew tap farion1231/ccswitch
brew install --cask cc-switch
```
更新:
```bash
brew upgrade --cask cc-switch
```
##