Update code

This commit is contained in:
User
2026-03-12 12:47:56 +08:00
parent 92e7fc5bda
commit 9dab61345c
9383 changed files with 1463454 additions and 1 deletions

20
test2/server/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "voice-chat-server",
"version": "1.0.0",
"description": "混合编排语音通话后端服务",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "node --watch app.js"
},
"dependencies": {
"@volcengine/openapi": "^1.36.0",
"axios": "^1.6.2",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.6.1",
"express": "^4.18.2",
"node-fetch": "^2.7.0",
"uuid": "^9.0.0"
}
}