feat: 优化前端 UI 组件与交互体验
- 优化日历、待办、消息等页面交互 - 更新 ChatBloc 与 UI Schema 渲染 - 优化联系人、首页、设置页面体验
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user