feat(home): 实现管理平板信息页与管理消息页

- 新增首页平板信息卡片(定位、截图、使用时长、设备操作)
- 将消息 Tab 改为管理 Tab,增加横版菜单与消息列表
- 新增相册、闹钟、联系人、应用子页面路由
- 统一主色为桐桐绿并优化调试日志输出
This commit is contained in:
2026-08-17 16:44:45 +08:00
parent a2a5211674
commit 41d815336a
20 changed files with 2630 additions and 42 deletions

View File

@@ -174,9 +174,6 @@ class AuthController extends Notifier<AuthState> {
});
}
String _messageOf(Object e) {
return userMessageOf(e);
}
}
/// 认证控制器 Provider会话级 keepAlive 在 build 内通过 ref.keepAlive 实现)。