优化和路径规划新适配

This commit is contained in:
2026-07-11 16:46:53 +08:00
parent 2124f3bc02
commit 1a4d0aedfd
43 changed files with 2454 additions and 685 deletions

View File

@@ -199,9 +199,10 @@ class _UpdateCheckerState extends State<_UpdateChecker> {
@override
void initState() {
super.initState();
Future.delayed(const Duration(seconds: 2), () {
if (mounted) context.read<UpdateCubit>().checkUpdate();
});
// TODO: 暂时注释掉应用启动时的自动更新检查
// Future.delayed(const Duration(seconds: 2), () {
// if (mounted) context.read<UpdateCubit>().checkUpdate();
// });
}
@override