修改克隆项目时的地址

This commit is contained in:
2026-02-25 20:35:01 +08:00
parent b6891483ae
commit 79083be9ff
19 changed files with 52 additions and 52 deletions

View File

@@ -34,11 +34,11 @@
| 平台 | 下载链接 | 系统要求 |
|------|---------|---------|
| Windows | [FunMC-Setup.exe](https://funmc.com/download) | Windows 10+ |
| macOS (Apple Silicon) | [FunMC-arm64.dmg](https://funmc.com/download) | macOS 11+ |
| macOS (Intel) | [FunMC-x64.dmg](https://funmc.com/download) | macOS 10.13+ |
| Linux | [FunMC.AppImage](https://funmc.com/download) | Ubuntu 18.04+ |
| Android | [FunMC.apk](https://funmc.com/download) | Android 7.0+ |
| Windows | [FunMC-Setup.exe](https://fc.funmc.cn/download) | Windows 10+ |
| macOS (Apple Silicon) | [FunMC-arm64.dmg](https://fc.funmc.cn/download) | macOS 11+ |
| macOS (Intel) | [FunMC-x64.dmg](https://fc.funmc.cn/download) | macOS 10.13+ |
| Linux | [FunMC.AppImage](https://fc.funmc.cn/download) | Ubuntu 18.04+ |
| Android | [FunMC.apk](https://fc.funmc.cn/download) | Android 7.0+ |
| iOS | App Store (即将上线) | iOS 13.0+ |
**私有部署用户**: 请访问你的服务器管理面板下载页面获取客户端
@@ -120,13 +120,13 @@
**Linux/macOS:**
```bash
curl -fsSL https://raw.githubusercontent.com/mofangfang/funmc/main/deploy.sh | bash
curl -fsSL https://gt.funmc.cn/xiaobai/FunConnect/raw/main/deploy.sh | bash
```
**或者使用 Docker Compose:**
```bash
# 克隆仓库
git clone https://github.com/mofangfang/funmc.git
git clone https://gt.funmc.cn/xiaobai/FunConnect.git
cd funmc
# 配置环境变量
@@ -233,7 +233,7 @@ sudo systemctl status funmc-server funmc-relay
```nginx
server {
listen 443 ssl http2;
server_name funmc.com;
server_name fc.funmc.cn;
ssl_certificate /path/to/cert.pem;
ssl_certificate_key /path/to/key.pem;
@@ -314,7 +314,7 @@ funmc/
```bash
# 1. 克隆仓库
git clone https://github.com/mofangfang/funmc.git
git clone https://gt.funmc.cn/xiaobai/FunConnect.git
cd funmc
# 2. 启动数据库 (Docker)
@@ -399,7 +399,7 @@ cargo tauri build --target x86_64-unknown-linux-gnu
### WebSocket 信令
连接地址: `wss://funmc.com/api/v1/ws?token=<jwt>`
连接地址: `wss://fc.funmc.cn/api/v1/ws?token=<jwt>`
消息类型:
- `offer` / `answer` / `ice_candidate` - P2P 连接协商
@@ -412,9 +412,9 @@ cargo tauri build --target x86_64-unknown-linux-gnu
| 服务 | 地址 | 端口 |
|------|------|------|
| API 服务器 | https://funmc.com | 443 |
| 中继节点 - 主线路 | funmc.com | 7900 (UDP/QUIC) |
| 中继节点 - 备用线路 | funmc.com | 7901 (UDP/QUIC) |
| API 服务器 | https://fc.funmc.cn | 443 |
| 中继节点 - 主线路 | fc.funmc.cn | 7900 (UDP/QUIC) |
| 中继节点 - 备用线路 | fc.funmc.cn | 7901 (UDP/QUIC) |
## 🔧 故障排除
@@ -464,6 +464,6 @@ cargo tauri build --target x86_64-unknown-linux-gnu
**魔幻方开发**
[官网](https://funmc.com) • [文档](https://docs.funmc.com) • [反馈](https://github.com/mofangfang/funmc/issues)
[官网](https://fc.funmc.cn) • [文档](https://fc.funmc.cn/docs) • [反馈](https://gt.funmc.cn/xiaobai/FunConnect/issues)
</div>