feat: add WeChat session authentication

This commit is contained in:
2026-07-20 14:47:16 +08:00
parent 2ada52f35a
commit 67d29d3ca0
26 changed files with 1289 additions and 130 deletions

View File

@@ -54,6 +54,8 @@ export interface HealthStatus {
speechAvailable: boolean
speechProvider: string | null
summaryConfigured: boolean
wechatAuthConfigured: boolean
developmentAuthEnabled: boolean
}
export type VoiceProcessingStatus = 'recording' | 'processing' | 'ready' | 'failed'