Commit Graph

3 Commits (194a05cbe0e70496c826c008c3fc5773bc343821)

Author SHA1 Message Date
chenhao 194a05cbe0 feat: 添加密码找回页面和更新认证逻辑
- 新增 `forgot-password/index.tsx` 页面,实现密码找回功能
- 更新 `AndroidAuthServiceImpl`,添加 `authenticateHttpIgnoreToken` 方法,并在 `authenticateHttp` 方法中增加 `ignoreTokenValidation` 参数
- 更新 `AndroidAuthService` 接口,添加 `authenticateHttpIgnoreToken` 方法
- 更新 `AndroidDeviceController`,使用 `authenticateHttpIgnoreToken` 方法进行认证
- 优化 `AndroidDeviceRegistrationServiceImpl` 中的异常信息
- 更新 `.gitignore`,忽略不必要的文件和目录
2026-06-18 14:52:13 +08:00
chenhao 877a4a0654 feat: 添加会议预览页面和样式
- 新增 `MeetingPreviewView` 组件,用于展示会议预览页面
- 添加 `MeetingPreviewView.css` 样式文件,定义会议预览页面的样式
- 实现会议基本信息、AI 纪要、AI 目录和转录原文的展示
- 支持分享设置、复制链接和章节跳转功能
2026-06-12 17:22:25 +08:00
chenhao 2e20799b4b 安卓会议重构 2026-06-05 15:07:45 +08:00