Center responsive layout and add PWA install support for mobile, tablet, and desktop.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-12 14:25:57 +08:00
parent e11caa59ab
commit 3a0dff87bf
5 changed files with 303 additions and 65 deletions
+25 -23
View File
@@ -1,23 +1,25 @@
# Trading Studio 依赖清单
# CUDA 版 PyTorch 请按 DEPLOY.md 单独安装(cu121),此处不重复指定
# Web 中控
gradio>=4.44.0
# 语音识别(CUDA 加速)
faster-whisper>=1.0.0
# 远程 LLM 通信
requests>=2.31.0
# 语音合成
ChatTTS @ git+https://github.com/2noise/ChatTTS.git
torchaudio>=2.1.0
scipy>=1.11.0
numpy>=1.24.0
librosa>=0.10.0
# 音频处理辅助
soundfile>=0.12.0
# PM2 通过 Node.js 全局安装,不在 pip 范围内
# Trading Studio 依赖清单
# CUDA 版 PyTorch 请按 DEPLOY.md 单独安装(cu121),此处不重复指定
# Web 中控
gradio>=4.44.0
fastapi>=0.100.0
uvicorn[standard]>=0.23.0
# 语音识别(CUDA 加速)
faster-whisper>=1.0.0
# 远程 LLM 通信
requests>=2.31.0
# 语音合成
ChatTTS @ git+https://github.com/2noise/ChatTTS.git
torchaudio>=2.1.0
scipy>=1.11.0
numpy>=1.24.0
librosa>=0.10.0
# 音频处理辅助
soundfile>=0.12.0
# PM2 通过 Node.js 全局安装,不在 pip 范围内