修改logo和应用名

This commit is contained in:
18631081161 2026-01-22 16:24:10 +08:00
parent 1c0ebd3e64
commit a4988aee68
10 changed files with 5 additions and 5 deletions

View File

@ -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"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

@ -49,7 +49,7 @@ class _MyAppState extends State<MyApp> {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: '光缆资源管理',
title: '绥时录',
home: const StartPage(),
//
routes: <String, WidgetBuilder>{

View File

@ -83,7 +83,7 @@ class _LoginPageState extends State<LoginPage> {
Container(
margin: EdgeInsets.only(top: t100),
child: Text(
"光缆资源管理系统",
"绥时录",
style: TextStyle(fontSize: s20, fontWeight: FontWeight.w600),
),
),

View File

@ -67,7 +67,7 @@ class _StartPageState extends State<StartPage> {
return const Stack(
alignment: Alignment.center,
children: [
Text("光缆资源管理"),
Text("绥时录"),
],
);
}

View File

@ -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>