初始化服务器状态页

This commit is contained in:
LollipopKit
2021-09-14 15:53:51 +08:00
parent 2c955044ca
commit c922bad90c
13 changed files with 319 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'package:toolbox/page/home.dart';
import 'package:toolbox/view/page/home.dart';
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);