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