Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
neko0xff committed Mar 29, 2024
1 parent fd325c2 commit 6551146
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/demo/viewapp_user/lib/pages/out/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import 'package:viewapp_user/modules/PreferencesUtil.dart';
import 'package:viewapp_user/pages/table/switch01.dart';
import 'package:viewapp_user/pages/table/sensor01_result.dart';
import 'package:viewapp_user/pages/widget/wallpaper.dart';
import 'package:viewapp_user/pages/widget/modeView.dart';

class Main extends StatelessWidget {
const Main({super.key});
Expand Down Expand Up @@ -44,6 +45,10 @@ class MainPage extends StatelessWidget {
],
),
const SizedBox(height: 10.0),
const modeView(),
Text("註: A=AQI,B=CBAM,C=ALL",
style: TextStyle(fontSize: 15, fontWeight: FontWeight.bold)),
const SizedBox(height: 10.0),
const Text('開關狀態',
style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold)),
const SizedBox(height: 10.0),
Expand Down

0 comments on commit 6551146

Please sign in to comment.