文档修改

This commit is contained in:
2026-05-21 16:51:27 +08:00
parent 7dbc5542de
commit ab854b2c3c
14 changed files with 116 additions and 102 deletions
+12 -12
View File
@@ -1,12 +1,12 @@
# 复盘交易系统(crypto_monitor
# 复盘交易系统(crypto_monitor_user
本仓库为 **多交易所 USDT 永续** 的下单监控、关键位监控与交易复盘工具集:四个子项目分别对接 **Binance、Gate.io(主号)、Gate.io(机器人/趋势策略)、OKX**,共享相似的 Flask 架构与本地 SQLite 记账思路,可按账户独立部署、独立端口运行。
**远程仓库(克隆地址)**[https://git.bz121.com/dekun/crypto_monitor.git](https://git.bz121.com/dekun/crypto_monitor.git)
**远程仓库(克隆地址)**[https://git.bz121.com/dekun/crypto_monitor_user.git](https://git.bz121.com/dekun/crypto_monitor_user.git)
```bash
git clone https://git.bz121.com/dekun/crypto_monitor.git
cd crypto_monitor
git clone https://git.bz121.com/dekun/crypto_monitor_user.git
cd crypto_monitor_user
```
### 一键环境部署
@@ -73,19 +73,19 @@ cd crypto_monitor
## 五、Linux 推荐目录布局(可选)
为与仓库内《部署文档》示例一致,可将整个克隆结果置于 **`/opt/crypto_monitor/`** 下,例如:
为与仓库内《部署文档》示例一致,可将整个克隆结果置于 **`/opt/crypto_monitor_user/`** 下,例如:
- `/opt/crypto_monitor/crypto_monitor_binance`
- `/opt/crypto_monitor/crypto_monitor_gate`
- `/opt/crypto_monitor/crypto_monitor_gate_bot`
- `/opt/crypto_monitor/crypto_monitor_okx`
- `/opt/crypto_monitor/manual_trading_hub`
- `/opt/crypto_monitor_user/crypto_monitor_binance`
- `/opt/crypto_monitor_user/crypto_monitor_gate`
- `/opt/crypto_monitor_user/crypto_monitor_gate_bot`
- `/opt/crypto_monitor_user/crypto_monitor_okx`
- `/opt/crypto_monitor_user/manual_trading_hub`
具体 `mkdir``venv``pm2`**SSH SOCKS** 步骤以各子目录 **《部署文档.md》** 为准。
### 备份与恢复(服务器必读)
项目路径 **`/opt/crypto_monitor`**,数据备份 **`/root/backups`**
项目路径 **`/opt/crypto_monitor_user`**,数据备份 **`/root/backups`**
| 类型 | 说明 |
|------|------|
@@ -135,7 +135,7 @@ cd crypto_monitor
| 项 | 内容 |
|----|------|
| 远程地址 | `https://git.bz121.com/dekun/crypto_monitor.git` |
| 远程地址 | `https://git.bz121.com/dekun/crypto_monitor_user.git` |
| 说明 | 复盘交易系统(骆驼比特币私有代码仓库,Gitea) |
| 本说明 | 仓库根目录 `README.md`,仅描述结构与文档索引,不包含业务代码变更说明 |