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