feat: 支持无摄像头/麦克风模式打字聊天

- 修改 startSession 逻辑,摄像头和麦克风为可选
- 连接成功后始终显示聊天输入框
- 更新 UI 提示文字,引导用户打字对话
This commit is contained in:
2026-06-14 13:13:29 +08:00
parent dfccc824be
commit dffc8aa538
4 changed files with 37 additions and 17 deletions

View File

@@ -265,6 +265,11 @@ body {
margin-bottom: 4px;
}
.video-placeholder__hint {
font-size: 0.72rem;
opacity: 0.6;
}
.video-indicator {
position: absolute;
bottom: 16px;