From 091313f6d3a7f6523ad13816523a358d35761713 Mon Sep 17 00:00:00 2001 From: startgo <50304042+ystartgo@users.noreply.github.com> Date: Sat, 21 Jun 2025 15:11:11 +0800 Subject: [PATCH] Update main.dart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增繁體 --- lib/main.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 635dc36..b79e390 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -55,7 +55,8 @@ class MyApp extends StatelessWidget { ], supportedLocales: const [ Locale('en'), - Locale('zh'), + Locale('zh'), // 简体 + Locale('zh', 'Hant'), // 繁體 ], theme: ThemeData( colorScheme: lightDynamic,