Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
💄 重新设计了APP图标以尽可能避免版权问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dzxrly committed Feb 12, 2024
1 parent dbdad8b commit 03a3785
Show file tree
Hide file tree
Showing 154 changed files with 85 additions and 485 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions android/app/src/main/res/drawable/ic_launcher_background.xml

This file was deleted.

5 changes: 3 additions & 2 deletions android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
</adaptive-icon>
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>

This file was deleted.

Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion android/app/src/main/res/values-night/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
the Flutter engine draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
<item name="android:windowBackground">@color/splash_background_dark</item>
<item name="android:windowSplashScreenIconBackgroundColor">@color/ic_launcher_background
</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Expand Down
6 changes: 6 additions & 0 deletions android/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#4BFCDD</color>
<color name="splash_background_light">#FAFDFA</color>
<color name="splash_background_dark">#191C1B</color>
</resources>
4 changes: 0 additions & 4 deletions android/app/src/main/res/values/ic_launcher_background.xml

This file was deleted.

4 changes: 3 additions & 1 deletion android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
the Flutter engine draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
<item name="android:windowBackground">@color/splash_background_light</item>
<item name="android:windowSplashScreenIconBackgroundColor">@color/ic_launcher_background
</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Expand Down
Binary file added assets/icon/2042.png
Binary file added assets/icon/foreground.png
40 changes: 40 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.12.30"
archive:
dependency: transitive
description:
name: archive
sha256: "22600aa1e926be775fa5fe7e6894e7fb3df9efda8891c73f70fb3262399a432d"
url: "https://pub.dev"
source: hosted
version: "3.4.10"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -137,6 +145,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.3"
cli_util:
dependency: transitive
description:
name: cli_util
sha256: c05b7406fdabc7a49a3929d4af76bcaccbbffcbcdcf185b082e1ae07da323d19
url: "https://pub.dev"
source: hosted
version: "0.4.1"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -238,6 +254,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_launcher_icons:
dependency: "direct dev"
description:
name: flutter_launcher_icons
sha256: "526faf84284b86a4cb36d20a5e45147747b7563d921373d4ee0559c54fcdbcea"
url: "https://pub.dev"
source: hosted
version: "0.13.1"
flutter_lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -349,6 +373,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.0.2"
image:
dependency: transitive
description:
name: image
sha256: "4c68bfd5ae83e700b5204c1e74451e7bf3cf750e6843c6e158289cf56bda018e"
url: "https://pub.dev"
source: hosted
version: "4.1.7"
intl:
dependency: "direct main"
description:
Expand Down Expand Up @@ -597,6 +629,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.8"
pointycastle:
dependency: transitive
description:
name: pointycastle
sha256: "43ac87de6e10afabc85c445745a7b799e04de84cebaa4fd7bf55a5e1e9604d29"
url: "https://pub.dev"
source: hosted
version: "3.7.4"
pool:
dependency: transitive
description:
Expand Down
16 changes: 15 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 2.2.9+69
version: 2.2.9+70

environment:
sdk: '>=3.1.3 <4.0.0'
Expand Down Expand Up @@ -66,6 +66,7 @@ dev_dependencies:
build_runner: ^2.4.6
json_serializable: ^6.7.1
change_app_package_name: ^1.1.0
flutter_launcher_icons: ^0.13.1

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down Expand Up @@ -112,3 +113,16 @@ flutter:
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages

flutter_launcher_icons:
image_path: "assets/icon/2042.png"
android: true
min_sdk_android: 23
adaptive_icon_background: "#4BFCDD"
adaptive_icon_foreground: "assets/icon/foreground.png"
adaptive_icon_monochrome: "assets/icon/foreground.png"
web:
generate: true
image_path: "assets/icon/2042.png"
background_color: "#FAFDFA"
theme_color: "#4BFCDD"
Binary file modified web/favicon.png
Binary file added web/icons/Icon-192.png
Binary file added web/icons/Icon-512.png
Binary file added web/icons/Icon-maskable-192.png
Binary file added web/icons/Icon-maskable-512.png
Binary file removed web/icons/android/android-launchericon-144-144.png
Diff not rendered.
Binary file removed web/icons/android/android-launchericon-192-192.png
Diff not rendered.
Binary file removed web/icons/android/android-launchericon-48-48.png
Diff not rendered.
Binary file removed web/icons/android/android-launchericon-512-512.png
Diff not rendered.
Binary file removed web/icons/android/android-launchericon-72-72.png
Diff not rendered.
Binary file removed web/icons/android/android-launchericon-96-96.png
Diff not rendered.
Binary file removed web/icons/ios/100.png
Diff not rendered.
Binary file removed web/icons/ios/1024.png
Diff not rendered.
Binary file removed web/icons/ios/114.png
Diff not rendered.
Binary file removed web/icons/ios/120.png
Diff not rendered.
Binary file removed web/icons/ios/128.png
Diff not rendered.
Binary file removed web/icons/ios/144.png
Diff not rendered.
Binary file removed web/icons/ios/152.png
Diff not rendered.
Binary file removed web/icons/ios/16.png
Diff not rendered.
Binary file removed web/icons/ios/167.png
Diff not rendered.
Binary file removed web/icons/ios/180.png
Diff not rendered.
Binary file removed web/icons/ios/192.png
Diff not rendered.
Binary file removed web/icons/ios/20.png
Diff not rendered.
Binary file removed web/icons/ios/256.png
Diff not rendered.
Binary file removed web/icons/ios/29.png
Diff not rendered.
Binary file removed web/icons/ios/32.png
Diff not rendered.
Binary file removed web/icons/ios/40.png
Diff not rendered.
Binary file removed web/icons/ios/50.png
Diff not rendered.
Binary file removed web/icons/ios/512.png
Diff not rendered.
Binary file removed web/icons/ios/57.png
Diff not rendered.
Binary file removed web/icons/ios/58.png
Diff not rendered.
Binary file removed web/icons/ios/60.png
Diff not rendered.
Binary file removed web/icons/ios/64.png
Diff not rendered.
Binary file removed web/icons/ios/72.png
Diff not rendered.
Binary file removed web/icons/ios/76.png
Diff not rendered.
Binary file removed web/icons/ios/80.png
Diff not rendered.
Binary file removed web/icons/ios/87.png
Diff not rendered.
Binary file removed web/icons/windows11/LargeTile.scale-100.png
Diff not rendered.
Binary file removed web/icons/windows11/LargeTile.scale-125.png
Diff not rendered.
Binary file removed web/icons/windows11/LargeTile.scale-150.png
Diff not rendered.
Binary file removed web/icons/windows11/LargeTile.scale-200.png
Diff not rendered.
Binary file removed web/icons/windows11/LargeTile.scale-400.png
Diff not rendered.
Binary file removed web/icons/windows11/SmallTile.scale-100.png
Diff not rendered.
Binary file removed web/icons/windows11/SmallTile.scale-125.png
Diff not rendered.
Binary file removed web/icons/windows11/SmallTile.scale-150.png
Diff not rendered.
Binary file removed web/icons/windows11/SmallTile.scale-200.png
Diff not rendered.
Binary file removed web/icons/windows11/SmallTile.scale-400.png
Diff not rendered.
Binary file removed web/icons/windows11/SplashScreen.scale-100.png
Diff not rendered.
Binary file removed web/icons/windows11/SplashScreen.scale-125.png
Diff not rendered.
Binary file removed web/icons/windows11/SplashScreen.scale-150.png
Diff not rendered.
Binary file removed web/icons/windows11/SplashScreen.scale-200.png
Diff not rendered.
Binary file removed web/icons/windows11/SplashScreen.scale-400.png
Diff not rendered.
Binary file removed web/icons/windows11/Square150x150Logo.scale-100.png
Diff not rendered.
Binary file removed web/icons/windows11/Square150x150Logo.scale-125.png
Diff not rendered.
Binary file removed web/icons/windows11/Square150x150Logo.scale-150.png
Diff not rendered.
Binary file removed web/icons/windows11/Square150x150Logo.scale-200.png
Diff not rendered.
Binary file removed web/icons/windows11/Square150x150Logo.scale-400.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed web/icons/windows11/Square44x44Logo.scale-100.png
Diff not rendered.
Binary file removed web/icons/windows11/Square44x44Logo.scale-125.png
Diff not rendered.
Binary file removed web/icons/windows11/Square44x44Logo.scale-150.png
Diff not rendered.
Binary file removed web/icons/windows11/Square44x44Logo.scale-200.png
Diff not rendered.
Binary file removed web/icons/windows11/Square44x44Logo.scale-400.png
Diff not rendered.
Binary file removed web/icons/windows11/Square44x44Logo.targetsize-16.png
Diff not rendered.
Binary file removed web/icons/windows11/Square44x44Logo.targetsize-20.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed web/icons/windows11/StoreLogo.scale-100.png
Diff not rendered.
Binary file removed web/icons/windows11/StoreLogo.scale-125.png
Diff not rendered.
Binary file removed web/icons/windows11/StoreLogo.scale-150.png
Diff not rendered.
Binary file removed web/icons/windows11/StoreLogo.scale-200.png
Diff not rendered.
Binary file removed web/icons/windows11/StoreLogo.scale-400.png
Diff not rendered.
Binary file removed web/icons/windows11/Wide310x150Logo.scale-100.png
Diff not rendered.
Binary file removed web/icons/windows11/Wide310x150Logo.scale-125.png
Diff not rendered.
Binary file removed web/icons/windows11/Wide310x150Logo.scale-150.png
Diff not rendered.
Binary file removed web/icons/windows11/Wide310x150Logo.scale-200.png
Diff not rendered.
Binary file removed web/icons/windows11/Wide310x150Logo.scale-400.png
Diff not rendered.
Loading

0 comments on commit 03a3785

Please sign in to comment.