feat: 添加浅色主题支持

- 配置浅色主题配色方案和 CSS 变量
- 修复组件在浅色模式下的样式适配
- 统一文字颜色类名使用 CSS 变量
- 优化玻璃效果在浅色主题下的显示
This commit is contained in:
freedakgmail
2026-07-09 22:10:49 +08:00
commit b43e3725ee
34 changed files with 7911 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# 核心依赖
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