更新 MakerEngine 和 TrendEngine,添加待撤销订单管理逻辑;更新 MakerApp,调整累计成交量显示位置

This commit is contained in:
discountry
2025-09-23 21:18:03 +08:00
parent 1e0242a036
commit 2330dbe9ec
4 changed files with 40 additions and 6 deletions
+4 -2
View File
@@ -14,8 +14,10 @@
- Windows:在开始菜单搜索 “PowerShell” 或 “Windows Terminal” 并打开。
- 使用 `cd` 切换到项目目录,例如:
```bash
cd ~/Desktop/ritmex-bot # macOS / Linux
cd C:\Users\用户名\Desktop\ritmex-bot # Windows
# macOS / Linux
cd ~/Desktop/ritmex-bot
# Windows
cd C:\Users\用户名\Desktop\ritmex-bot
```
3. **安装 [Bun](https://bun.com) ≥ 1.2**
- macOS / Linux