更新输入框提示中文
This commit is contained in:
@@ -341,8 +341,12 @@ class MyApp extends StatelessWidget {
|
||||
GlobalWidgetsLocalizations.delegate,
|
||||
GlobalCupertinoLocalizations.delegate,
|
||||
],
|
||||
locale: Locale('zh', 'CN'), // 设置默认语言为中文
|
||||
|
||||
locale: Locale('zh', 'CN'), // 设置默认语言为中文
|
||||
supportedLocales: [
|
||||
Locale('en', 'US'),
|
||||
Locale('zh', 'CN'),
|
||||
],
|
||||
// locale: Locale('zh'), // 设置应用的语言为中文
|
||||
// home: MainPageBBottomChange(),
|
||||
// initialRoute: "/loginPage",
|
||||
initialRoute: "/mianPageBottomChange",
|
||||
|
||||
Reference in New Issue
Block a user