Files
crypto_monitor_user/manual_trading_hub/使用说明.md
T
dekun 16ef0f31e3 User edition: prune docs, license gate, obfuscate core lib.
Keep deploy/basic docs only; integrate sq.bz121.com license client; encrypt strategy/trade/key_monitor/options/hedge_plan for release.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-17 16:30:58 +08:00

25 lines
731 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 中控 manual_trading_hub(用户版)
聚合多账户监控与系统设置。人工下单与策略操作在各交易所实例网页完成。
## 入口(默认端口 5100
| 路径 | 说明 |
|------|------|
| `/license` | 软件授权(未激活时自动跳转) |
| `/monitor` | 监控区 |
| `/settings` | 系统设置 |
| `/login` | 登录 |
完整装机见 [部署文档.md](./部署文档.md)。授权见 [docs/license.md](../docs/license.md)。
## 快速启动
```bash
cd /opt/crypto_monitor_user/manual_trading_hub
cp .env.example .env # 配置 HUB_BRIDGE_TOKEN 等
# 由仓库根 deploy/pm2_start_all.sh 一并拉起,或按部署文档启动
```
故障排查见 [常见问题.md](./常见问题.md)。