1
This commit is contained in:
parent
60f7404958
commit
4d68f4a47b
@ -53,8 +53,6 @@ void main() async {
|
||||
|
||||
UPCache.preInit();
|
||||
|
||||
runApp(const MyApp());
|
||||
|
||||
// EasyLoading配置
|
||||
configLoading();
|
||||
|
||||
@ -67,6 +65,8 @@ void main() async {
|
||||
statusBarIconBrightness: Brightness.light, // 状态栏图标亮度
|
||||
));
|
||||
}
|
||||
|
||||
runApp(const MyApp());
|
||||
}
|
||||
|
||||
class MyApp extends StatelessWidget {
|
||||
|
||||
@ -33,7 +33,6 @@ class AiManagerView extends GetView<AiManagerController> {
|
||||
fontWeight: FontWeight.w600,
|
||||
),
|
||||
),
|
||||
15.verticalSpace,
|
||||
Expanded(
|
||||
child: Container(
|
||||
padding: const EdgeInsets.symmetric(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user