feat: 优化前端 UI 组件与交互体验

- 优化日历、待办、消息等页面交互
- 更新 ChatBloc 与 UI Schema 渲染
- 优化联系人、首页、设置页面体验
This commit is contained in:
qzl
2026-03-16 16:11:28 +08:00
parent a75c868bca
commit 4b92772535
18 changed files with 1591 additions and 1780 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class Env {
return backendUrl;
}
if (Platform.isAndroid) {
return 'http://192.168.1.25:5775';
return 'http://10.0.2.2:5775';
}
return 'http://localhost:5775';
}