fix: 更新体重管理页面,清理旧文件,新增文档和启动脚本

This commit is contained in:
liuyunqin
2026-07-08 18:57:37 +08:00
parent 559eee84d1
commit 281e756a78
54 changed files with 1986 additions and 820 deletions
+10
View File
@@ -0,0 +1,10 @@
@echo off
echo ============================================
echo 健康CQ原型 - 本地预览服务器
echo ============================================
echo.
echo 打开浏览器访问: http://localhost:3000/
echo 按 Ctrl+C 停止服务器
echo.
node server.js
pause