线上配置

This commit is contained in:
2026-04-16 11:10:35 +08:00
parent ec96a96be2
commit 853a9135c8
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ void main() async {
WidgetsFlutterBinding.ensureInitialized();
WidgetsBinding widgetsBinding = await init(
isDebug: true,
isDebug: false,
logTag: '小羚羚',
supportedLocales: [const Locale('zh', 'CN')],
);
@@ -35,7 +35,7 @@ void main() async {
// 设计稿尺寸 单位dp
designSize: const Size(390, 844),
// Getx Log
enableLog: true,
enableLog: false,
// 默认的跳转动画
defaultTransition: Transition.rightToLeft,
// 主题模式