b43e3725ee
- 配置浅色主题配色方案和 CSS 变量 - 修复组件在浅色模式下的样式适配 - 统一文字颜色类名使用 CSS 变量 - 优化玻璃效果在浅色主题下的显示
18 lines
232 B
Plaintext
18 lines
232 B
Plaintext
# 核心依赖
|
|
funasr==1.3.14
|
|
openai==1.12.0
|
|
|
|
# 后端 API
|
|
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
python-multipart==0.0.6
|
|
|
|
# 数据库
|
|
sqlalchemy==2.0.25
|
|
|
|
# 音频处理
|
|
soundfile==0.12.1
|
|
pydub==0.25.1
|
|
|
|
# 工具
|
|
requests==2.31.0 |