fix: DevTools Windows兼容性修复 + 日志UI重构 (7服务并排显示)
- process-manager: 移除ESM中的require(), 跨平台spawn(.exe/.cmd), path.dirname修复 - config: 自动检测Go二进制路径, Windows构建产物使用.exe后缀 - index: 移除SSH隧道代码, 改用Docker容器检查数据库状态 - index.html: 日志默认并排网格布局, 7个服务横向滚动, 数据库面板改用Docker控制 - docs: 更新Migration.md启动顺序(7服务+DevTools自动编译), README添加Windows用法 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -94,9 +94,14 @@ docker compose -f docker-compose.dev.db.yml up -d
|
||||
使用 DevTools 一键管理:
|
||||
|
||||
```bash
|
||||
# Linux / macOS
|
||||
./devtools.sh start all # 编译并启动所有后端 + 前端
|
||||
./devtools.sh status # 查看服务状态
|
||||
./devtools.sh logs ai-core # 查看 AI-Core 日志
|
||||
|
||||
# Windows
|
||||
devtools.bat # 启动 DevTools Web 面板
|
||||
# 浏览器打开 http://localhost:9090,点击「一键启动」
|
||||
```
|
||||
|
||||
或手动逐个启动:
|
||||
|
||||
Reference in New Issue
Block a user