更新ios蓝牙权限

This commit is contained in:
wyf
2025-08-21 11:30:20 +08:00
parent 4fba3eb3a4
commit 5cb59bb5be
6 changed files with 164 additions and 127 deletions

View File

@@ -548,7 +548,7 @@ class MyApp extends StatelessWidget {
return GetMaterialApp(
translations: AppLanguage(),
debugShowCheckedModeBanner: false,
title: '',
title: '智慧眠花糖',
theme: themeController.currentTheme,
localizationsDelegates: const [
GlobalMaterialLocalizations.delegate,
@@ -636,7 +636,7 @@ class MyApp extends StatelessWidget {
const Locale('en', 'US'), // ⚠️ 添加你支持的语言
],
debugShowCheckedModeBanner: false,
title: '',
title: '太和e护',
theme: themeController.currentTheme,
// home: const MyHomePage(title: '智慧眠花糖 Home Page'),
initialRoute: "/mianPageBottomChange",