更新弹窗

This commit is contained in:
wyf
2025-08-14 15:53:22 +08:00
parent bc4a07c4fa
commit e5672d5fd6
29 changed files with 699 additions and 328 deletions

View File

@@ -87,6 +87,7 @@ import 'controller/user_info_controller.dart';
import 'routers/routers.dart';
Future<void> main() async {
final ThemeController themeController = Get.put(ThemeController());
WidgetsFlutterBinding.ensureInitialized();
final Locale? deviceLocale = Get.deviceLocale;
@@ -569,7 +570,6 @@ Future<void> dealBindProcess() async {
class MyApp extends StatelessWidget {
MyApp({super.key});
final ThemeController themeController = Get.put(ThemeController());
Widget buildmht(BuildContext context, BoxConstraints cons) {
return GetMaterialApp(