feat(frontend): Day 6 - frontend basic architecture completed

This commit is contained in:
AI Clinical Dev Team
2025-10-10 17:22:37 +08:00
parent 0db54b2d31
commit f7a500bc79
20 changed files with 6718 additions and 0 deletions

13
frontend/启动前端.bat Normal file
View File

@@ -0,0 +1,13 @@
@echo off
chcp 65001 >nul
echo ====================================
echo AI临床研究平台 - 前端开发服务器
echo ====================================
echo.
cd /d %~dp0
echo 正在启动前端开发服务器...
echo 访问地址: http://localhost:3000
echo.
call npm run dev
pause