修改logo和应用名
|
|
@ -6,7 +6,7 @@
|
||||||
<application
|
<application
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="光缆资源管理">
|
android:label="绥时录">
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 70 KiB |
|
|
@ -49,7 +49,7 @@ class _MyAppState extends State<MyApp> {
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return MaterialApp(
|
return MaterialApp(
|
||||||
title: '光缆资源管理',
|
title: '绥时录',
|
||||||
home: const StartPage(),
|
home: const StartPage(),
|
||||||
//注册路由
|
//注册路由
|
||||||
routes: <String, WidgetBuilder>{
|
routes: <String, WidgetBuilder>{
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ class _LoginPageState extends State<LoginPage> {
|
||||||
Container(
|
Container(
|
||||||
margin: EdgeInsets.only(top: t100),
|
margin: EdgeInsets.only(top: t100),
|
||||||
child: Text(
|
child: Text(
|
||||||
"光缆资源管理系统",
|
"绥时录",
|
||||||
style: TextStyle(fontSize: s20, fontWeight: FontWeight.w600),
|
style: TextStyle(fontSize: s20, fontWeight: FontWeight.w600),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ class _StartPageState extends State<StartPage> {
|
||||||
return const Stack(
|
return const Stack(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
children: [
|
children: [
|
||||||
Text("光缆资源管理"),
|
Text("绥时录"),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link rel="icon" type="image/png" href="favicon.png"/>
|
<link rel="icon" type="image/png" href="favicon.png"/>
|
||||||
|
|
||||||
<title>光缆资源管理</title>
|
<title>绥时录</title>
|
||||||
<link rel="manifest" href="manifest.json">
|
<link rel="manifest" href="manifest.json">
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||