|
@@ -25,6 +25,7 @@ class MyApp extends StatelessWidget {
|
|
// This widget is the root of your application.
|
|
// This widget is the root of your application.
|
|
@override
|
|
@override
|
|
Widget build(BuildContext context) {
|
|
Widget build(BuildContext context) {
|
|
|
|
+
|
|
return MaterialApp(
|
|
return MaterialApp(
|
|
title: '中国象棋',
|
|
title: '中国象棋',
|
|
debugShowCheckedModeBanner: false,
|
|
debugShowCheckedModeBanner: false,
|