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
+5
View File
@@ -0,0 +1,5 @@
@echo off
echo Starting Audio Dashboard API...
cd /d "%~dp0"
python main.py
pause