qzl
|
d3783522e6
|
feat: 优化前端 UI 与交互体验
|
2026-03-16 19:04:54 +08:00 |
|
qzl
|
5a34616287
|
feat: 优化 Agent 运行时与聊天设置体验
|
2026-03-16 18:32:09 +08:00 |
|
qzl
|
4b92772535
|
feat: 优化前端 UI 组件与交互体验
- 优化日历、待办、消息等页面交互
- 更新 ChatBloc 与 UI Schema 渲染
- 优化联系人、首页、设置页面体验
|
2026-03-16 16:11:28 +08:00 |
|
qzl
|
ab073c88ed
|
feat: 添加 App 检查更新功能
- 前端:设置页面添加检查更新菜单项,从 pubspec.yaml 动态获取版本号
- 后端:新增 /api/v1/app/check-updates 接口,自动扫描 releases 目录对比版本
- 配置:新增 AppVersionSettings,支持通过环境变量配置版本和下载链接
- Docker:添加 releases 目录挂载
|
2026-03-16 16:09:07 +08:00 |
|
qzl
|
f201babb48
|
refactor: 重构前端 UI 组件与后端 AgentScope schemas
|
2026-03-12 18:26:10 +08:00 |
|
qzl
|
01c36eb32e
|
refactor: 移除前端 Mock API,新增共享组件,优化认证流程
- 删除 mock_api_client、mock_calendar_service、mock_history_service
- 新增 fixed_length_code_input、link_button、message_composer 共享组件
- 优化登录/注册/密码重置页面使用新组件
- 简化 injection.dart 移除 mock 分支
- 更新 env.dart 配置(BACKEND_URL 替换 API_URL)
- 后端 agentscope 工具和测试更新
- 重构 AGENTS.md 文档结构
- 新增 deploy/ 目录和 protocol 文档
|
2026-03-12 16:41:45 +08:00 |
|
zl-q
|
e55e445906
|
feat: 添加好友功能并集成 LiteLLM 代理服务
- 新增好友搜索、添加、好友列表功能
- 集成 LiteLLM 代理服务及多模型定价配置
- 更新 iOS CocoaPods 配置
- 更新 .gitignore 和环境变量配置
|
2026-03-11 09:14:51 +08:00 |
|
qzl
|
f30bfc2006
|
feat: 设置页面增强,支持用户信息展示和密码修改
|
2026-03-10 17:43:17 +08:00 |
|
qzl
|
05f972e98a
|
refactor(apps): migrate hardcoded colors to AppColors tokens
- Replace Color(0xFFF8FAFC) with AppColors.surfaceSecondary (11 uses)
- Replace Color(0xFFF8FAFF) with AppColors.surfaceTertiary (9 uses)
- Replace Color(0xFFE2E8F0) with AppColors.borderSecondary (5 uses)
- Replace Color(0xFFDCE5F4) with AppColors.borderTertiary (5 uses)
- Replace Color(0xFFCFE1FB) with AppColors.borderQuaternary (5 uses)
- Replace Color(0xFFF59E0B) with AppColors.warning (4 uses)
- Replace Color(0xFFEAF3FF) with AppColors.surfaceInfo (4 uses)
- Replace Color(0xFF10B981) with AppColors.success (4 uses)
- Replace Color(0xFFEF4444) with AppColors.error (3 uses)
- Replace Color(0xFFF3F7FF) with AppColors.surfaceInfoLight (3 uses)
Files migrated:
- settings_screen.dart (7 colors migrated)
- contacts_screen.dart (3 colors migrated)
- calendar_event_detail_screen.dart (10 colors migrated)
- features_screen.dart (3 colors migrated)
- toast_type_config.dart (3 colors migrated)
- memory_screen.dart (4 colors migrated)
- account_screen.dart (3 colors migrated)
- add_contact_screen.dart (2 colors migrated)
Total: 37 hardcoded colors replaced with design tokens
Verification:
- flutter analyze: passed
- flutter test: passed
|
2026-03-02 16:34:33 +08:00 |
|
qzl
|
d6113416c6
|
fix(auth): trigger AuthLoggedOut event on logout
|
2026-02-26 11:45:59 +08:00 |
|
qzl
|
02e5e52e1f
|
fix: add navigation links and account screen
- Fix empty onPressed handlers in login/home screens
- Add todo/calendar toggle navigation in bottom dock
- Fix message invite detail path (/messages/invites/:id)
- Add account screen with logout/switch account dialogs
- Add /settings/account route
|
2026-02-25 12:06:14 +08:00 |
|
qzl
|
052ab1ff37
|
feat(settings): add settings, features and memory screens
|
2026-02-25 11:18:28 +08:00 |
|