Compare commits

..

2 Commits

Author SHA1 Message Date
congsh 068708bbd7 Merge branch 'uat' of http://jiulu-gameplay.com.cn:13001/congsh/gamegroup2 into uat 2026-04-21 13:00:33 +08:00
congsh 860ad7cbd8 docs: add v0.3.3 changelog entry
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-20 20:00:27 +08:00
+9
View File
@@ -10,6 +10,15 @@ interface LogEntry {
} }
const logs = ref<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', version: 'v0.3.2',
date: '2026-04-19', date: '2026-04-19',