feat: 语音交互网页初始版本 - 前端+后端

This commit is contained in:
2026-04-21 18:19:04 +08:00
commit b3cfae14a9
6 changed files with 850 additions and 0 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
fastapi==0.110.0
uvicorn==0.27.1
python-multipart==0.0.9
aiohttp==3.9.3