初始化提交

This commit is contained in:
2025-12-14 15:40:49 +08:00
commit 410b2f068d
72 changed files with 10460 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
@echo off
chcp 65001 >nul
title Nano Banana API - 启动前端服务
cd /d "%~dp0NBATransfer-frontend"
echo.
echo ============================================
echo 🍌 Nano Banana API - 前端服务
echo ============================================
echo.
echo 启动前端开发服务器...
echo.
echo 📍 访问地址http://localhost:5173
echo.
echo 按 Ctrl+C 停止服务
echo.
call npm run dev
pause