From ba64a80bc7f9fa79de2a56426d4a2867f36d227e Mon Sep 17 00:00:00 2001 From: orz12 Date: Fri, 1 Mar 2024 12:56:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=A7=E7=BB=AD=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=8E=AB=E5=A5=88=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/drawable/ic_launcher_background.xml | 2 +- .../res/drawable/ic_launcher_monochrome.xml | 50 ++++++++++++++++++ .../main/res/drawable/launch_background.xml | 2 +- .../mipmap-anydpi-v26/ic_launcher_round.xml | 6 +++ .../src/main/res/mipmap-hdpi/ic_launcher.png | Bin 1734 -> 0 bytes .../mipmap-hdpi/ic_launcher_foreground.png | Bin 0 -> 2296 bytes .../res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 3696 bytes .../src/main/res/mipmap-mdpi/ic_launcher.png | Bin 1217 -> 0 bytes .../mipmap-mdpi/ic_launcher_foreground.png | Bin 0 -> 1495 bytes .../res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 2365 bytes .../src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 2414 -> 0 bytes .../mipmap-xhdpi/ic_launcher_foreground.png | Bin 0 -> 3238 bytes .../res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 5307 bytes .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 3695 -> 0 bytes .../mipmap-xxhdpi/ic_launcher_foreground.png | Bin 0 -> 5476 bytes .../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 8418 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 5078 -> 0 bytes .../mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 0 -> 7982 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 12160 bytes 19 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 android/app/src/main/res/drawable/ic_launcher_monochrome.xml create mode 100644 android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml delete mode 100644 android/app/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png create mode 100644 android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png delete mode 100644 android/app/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png create mode 100644 android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png delete mode 100644 android/app/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png create mode 100644 android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png delete mode 100644 android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png create mode 100644 android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png delete mode 100644 android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png diff --git a/android/app/src/main/res/drawable/ic_launcher_background.xml b/android/app/src/main/res/drawable/ic_launcher_background.xml index 304732f8..f74085f3 100644 --- a/android/app/src/main/res/drawable/ic_launcher_background.xml +++ b/android/app/src/main/res/drawable/ic_launcher_background.xml @@ -1,7 +1,7 @@ - + - +