Skip to content

Commit

Permalink
修复一个问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhoucheng133 committed Jul 25, 2024
1 parent 05d679f commit 3ed774c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class MainApp extends StatelessWidget {
GlobalCupertinoLocalizations.delegate
],
supportedLocales: const [
Locale('en', 'US'), // 美国英语
Locale('zh', 'CN'), // 中文简体
Locale('zh', 'CN'),
Locale('en', 'US'),
],
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue),
Expand Down

0 comments on commit 3ed774c

Please sign in to comment.