perf(appBar): 更新title
This commit is contained in:
@@ -17,7 +17,7 @@ class _AppState extends State<App> {
|
||||
// TODO: implement build
|
||||
return LayoutScaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text('应用'),
|
||||
title: const Text('满席'),
|
||||
),
|
||||
body: null,
|
||||
);
|
||||
|
||||
@@ -4,7 +4,7 @@ import 'package:flutter_staggered_grid_view/flutter_staggered_grid_view.dart';
|
||||
|
||||
class Life extends StatefulWidget {
|
||||
const Life({Key? key}) : super(key: key);
|
||||
final title = '听说';
|
||||
final title = '途说';
|
||||
|
||||
@override
|
||||
State<Life> createState() => _LifeState();
|
||||
|
||||
@@ -68,7 +68,7 @@ class _BistroFrameState extends State<BistroFrame> {
|
||||
|
||||
static const List<Map<String, dynamic>> _iconList = [
|
||||
{
|
||||
"title": "应用",
|
||||
"title": "满席",
|
||||
"icon": Icons.storefront_outlined,
|
||||
"display": true,
|
||||
},
|
||||
@@ -86,7 +86,7 @@ class _BistroFrameState extends State<BistroFrame> {
|
||||
"display": true,
|
||||
},
|
||||
{
|
||||
"title": "我的",
|
||||
"title": "在下",
|
||||
"icon": Icons.person_outline,
|
||||
"display": true,
|
||||
},
|
||||
|
||||
@@ -12,7 +12,7 @@ class Mine extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return LayoutScaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text('我的'),
|
||||
title: const Text('在下'),
|
||||
),
|
||||
|
||||
);
|
||||
|
||||
@@ -7,7 +7,7 @@ class News extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return LayoutScaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text('资讯'),
|
||||
title: const Text('道听'),
|
||||
),
|
||||
body: null,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user