Browse Source

最新分支2.0

dev-2.0
ZHR007 2 months ago
parent
commit
65d91df08d
1 changed files with 1 additions and 1 deletions
  1. 2
      lib/main.dart

2
lib/main.dart

@ -150,7 +150,7 @@ void main() async {
} }
} }
} catch (e) { } catch (e) {
print('获取OverlayController失败: $e');
Get.log('获取OverlayController失败: $e');
} }
return const SizedBox.shrink(); return const SizedBox.shrink();
}), }),

Loading…
Cancel
Save