Browse Source

更改名称

liuyuqi-dellpc 3 months ago
parent
commit
8959df1dbc

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png


+ 2 - 2
lib/pages/timer/timer_page.dart

@@ -270,7 +270,7 @@ class _TimerPageState extends State<TimerPage> with WidgetsBindingObserver {
               mainAxisAlignment: MainAxisAlignment.spaceAround,
               children: [
                 _buildCircleButton(
-                  Icons.phone_android,
+                  Icons.sunny,
                   Colors.grey[600]!,
                   () {
                     ScreenManager.toggleWakeLock();
@@ -390,7 +390,7 @@ class _TimerPageState extends State<TimerPage> with WidgetsBindingObserver {
               children: [
                 // 唤醒屏幕
                 _buildCircleButton(
-                  Icons.phone_android,
+                  Icons.sunny,
                   Colors.grey[600]!,
                   () {
                     ScreenManager.toggleWakeLock();

+ 1 - 1
windows/runner/Runner.rc

@@ -95,7 +95,7 @@ BEGIN
             VALUE "InternalName", "flutter_clock" "\0"
             VALUE "LegalCopyright", "Copyright (C) 2025 me.yoqi.flutter. All rights reserved." "\0"
             VALUE "OriginalFilename", "flutter_clock.exe" "\0"
-            VALUE "ProductName", "flutter_clock" "\0"
+            VALUE "ProductName", "Clock" "\0"
             VALUE "ProductVersion", VERSION_AS_STRING "\0"
         END
     END

BIN
windows/runner/resources/app_icon.ico