docs: add v0.3.3 changelog entry

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
congsh
2026-04-20 20:00:27 +08:00
parent 3c2b68bbc3
commit 860ad7cbd8
+9
View File
@@ -10,6 +10,15 @@ interface LogEntry {
}
const logs = ref<LogEntry[]>([
{
version: 'v0.3.3',
date: '2026-04-20',
title: 'Electron 桌面客户端',
items: [
{ type: 'feat', text: 'Electron 桌面端封装:将 Web 应用包装为独立桌面应用,支持 Windows/Linux/macOS' },
{ type: 'fix', text: '修复 HTTP 环境下 mediaDevices 不可用导致语音认证失败的问题' },
]
},
{
version: 'v0.3.2',
date: '2026-04-19',