feat(iit): harden QC pipeline consistency and release artifacts
Implement IIT quality workflow hardening across eQuery deduplication, guard metadata validation, timeline/readability improvements, and chat evidence fallbacks, then synchronize release and development documentation for deployment handoff. Includes migration/scripts for open eQuery dedupe guards, orchestration/status semantics, report/tool readability fixes, and updated module status plus deployment checklist. Made-with: Cursor
This commit is contained in:
30
一键启动前后端.bat
Normal file
30
一键启动前后端.bat
Normal file
@@ -0,0 +1,30 @@
|
||||
@echo off
|
||||
chcp 65001 >nul
|
||||
echo ========================================
|
||||
echo AI临床研究平台 - 一键启动
|
||||
echo ========================================
|
||||
echo.
|
||||
|
||||
echo [1/2] 启动后端服务...
|
||||
cd /d "%~dp0backend"
|
||||
start "后端服务 - 端口3001" cmd /k "npm run dev"
|
||||
timeout /t 3 /nobreak >nul
|
||||
|
||||
echo [2/2] 启动前端服务...
|
||||
cd /d "%~dp0frontend"
|
||||
start "前端服务 - 端口3000" cmd /k "npm run dev"
|
||||
|
||||
echo.
|
||||
echo ========================================
|
||||
echo ✅ 服务启动中,请等待15-20秒
|
||||
echo ========================================
|
||||
echo.
|
||||
echo 📍 前端地址: http://localhost:3000
|
||||
echo 📍 后端地址: http://localhost:3001
|
||||
echo.
|
||||
echo 提示:会打开2个新窗口,请不要关闭!
|
||||
echo.
|
||||
pause
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user