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

@@ -17,12 +17,13 @@ if [ ! -d "$FRONTEND_DIR" ]; then
exit 1
fi
# 检查index.html
# 检查index.html (React + T-Systems风格前端)
if [ ! -f "$FRONTEND_DIR/index.html" ]; then
echo "错误: 前端页面不存在: $FRONTEND_DIR/index.html"
exit 1
fi
echo "前端页面: index.html (React + T-Systems风格)"
echo "前端地址: http://localhost:$PORT"
echo ""
echo "确保API服务已启动:"