This commit is contained in:
2026-05-14 15:07:34 +08:00
parent c2a398930d
commit 10d04c4083
179 changed files with 24073 additions and 1243 deletions

View File

@@ -237,6 +237,10 @@ echo ""
echo "启动API服务:"
echo " ./start_api.sh"
echo ""
echo "启动前端页面:"
echo " ./start_frontend.sh"
echo " 访问: http://localhost:3000/prototype.html"
echo ""
echo "后台启动:"
echo " ./start_api_background.sh"
echo ""