docs: add v0.3.2 changelog entry
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,19 @@ interface LogEntry {
|
||||
}
|
||||
|
||||
const logs = ref<LogEntry[]>([
|
||||
{
|
||||
version: 'v0.3.2',
|
||||
date: '2026-04-19',
|
||||
title: '实时语音房间',
|
||||
items: [
|
||||
{ type: 'feat', text: '语音房间:组队中可进入独立语音房间,实时语音通话(基于 LiveKit WebRTC)' },
|
||||
{ type: 'feat', text: '成员头像网格:显示在线成员,说话时绿圈呼吸动画提示' },
|
||||
{ type: 'feat', text: '麦克风/扬声器开关:独立控制麦克风和扬声器' },
|
||||
{ type: 'feat', text: 'LiveKit 后端服务:Docker 部署 LiveKit SFU + Token 签发微服务' },
|
||||
{ type: 'fix', text: 'LiveKit 服务端升级到 v1.10 兼容客户端 v2 SDK' },
|
||||
{ type: 'fix', text: '修复 WebRTC ICE 连接失败,配置 node-ip 为宿主机地址' },
|
||||
]
|
||||
},
|
||||
{
|
||||
version: 'v0.3.1',
|
||||
date: '2026-04-19',
|
||||
|
||||
Reference in New Issue
Block a user