perf(appBar): 更新title

This commit is contained in:
李东云
2022-02-21 20:20:31 +08:00
parent b69d87374c
commit e8b1e45c81
5 changed files with 6 additions and 6 deletions

View File

@@ -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,
},