Initial commit: Audio Dashboard Management System

Made-with: Cursor
This commit is contained in:
yangy
2026-03-04 18:17:34 +08:00
commit 75b1d16453
39 changed files with 3771 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
@echo off
chcp 65001 >nul
echo ================================================
echo 前端项目 - 启动开发服务器
echo ================================================
echo.
cd /d "%~dp0"
echo 启动开发服务器...
echo.
echo 访问地址:http://localhost:3000
echo API 代理:http://localhost:8002
echo.
pnpm dev
pause