From 1c8d48cff364209d896f55be964a3aac9ad1079d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E4=B9=8B=E6=98=A5?= Date: Tue, 7 Feb 2023 17:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E7=AC=AC=E4=B8=80=E6=AC=A1pr?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/main.dart | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/main.dart b/lib/main.dart index 5812b87..0bc79df 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -6,6 +6,8 @@ import 'pages/DiscoveryPage.dart'; import 'pages/MyInfoPage.dart'; import './widgets/MyDrawer.dart'; +//进行相关内容的测试 + void main() { runApp(new MyOSCClient()); } @@ -73,6 +75,9 @@ class MyOSCClientState extends State { } return tabImages[curIndex][0]; } + + + Text getTabTitle(int curIndex) { return new Text(appBarTitles[curIndex], style: getTabTextStyle(curIndex)); -- Gitee