diff --git a/README.md b/README.md index c1214ad..cfffbeb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -icon +logo # IRIS - A lightweight video player diff --git a/README_CN.md b/README_CN.md index b2593cc..de90e2d 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,4 +1,4 @@ -icon +logo # IRIS - 轻量级视频播放器 diff --git a/assets/images/icon.png b/assets/images/icon.png deleted file mode 100644 index 6ee70c5..0000000 Binary files a/assets/images/icon.png and /dev/null differ diff --git a/assets/images/icon_transparent.png b/assets/images/icon_transparent.png deleted file mode 100644 index 0a8303a..0000000 Binary files a/assets/images/icon_transparent.png and /dev/null differ diff --git a/assets/images/logo.png b/assets/images/logo.png new file mode 100644 index 0000000..b12f019 Binary files /dev/null and b/assets/images/logo.png differ diff --git a/assets/images/logo_transparent.png b/assets/images/logo_transparent.png new file mode 100644 index 0000000..74a0db0 Binary files /dev/null and b/assets/images/logo_transparent.png differ diff --git a/lib/pages/settings/about.dart b/lib/pages/settings/about.dart index 2325185..93cf20f 100644 --- a/lib/pages/settings/about.dart +++ b/lib/pages/settings/about.dart @@ -31,7 +31,7 @@ class About extends HookWidget { children: [ ListTile( leading: - Image.asset('assets/images/icon.png', width: 24, height: 24), + Image.asset('assets/images/logo.png', width: 24, height: 24), title: const Text(INFO.title), subtitle: Text(t.app_description), ), diff --git a/lib/widgets/title_bar.dart b/lib/widgets/title_bar.dart index b2ce694..723a683 100644 --- a/lib/widgets/title_bar.dart +++ b/lib/widgets/title_bar.dart @@ -54,7 +54,7 @@ class TitleBar extends HookWidget { crossAxisAlignment: CrossAxisAlignment.center, children: [ Image.asset( - 'assets/images/icon_transparent.png', + 'assets/images/logo_transparent.png', width: 32, height: 32, ), diff --git a/pubspec.lock b/pubspec.lock index 0d3b65a..b1a6154 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -578,10 +578,10 @@ packages: dependency: transitive description: name: get_it - sha256: d85128a5dae4ea777324730dc65edd9c9f43155c109d5cc0a69cab74139fbac1 + sha256: f126a3e286b7f5b578bf436d5592968706c4c1de28a228b870ce375d9f743103 url: "https://pub.dev" source: hosted - version: "7.7.0" + version: "8.0.3" glob: dependency: transitive description: @@ -859,10 +859,10 @@ packages: dependency: "direct dev" description: name: msix - sha256: edde648a8133bf301883c869d19d127049683037c65ff64173ba526ac7a8af2f + sha256: bbb9b3ff4a9f8e7e7507b2a22dc0517fd1fe3db44e72de7ab052cb6b362406ee url: "https://pub.dev" source: hosted - version: "3.16.9" + version: "3.16.10" mutex: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2bd33cd..4b3a4dd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -69,7 +69,7 @@ dev_dependencies: build_runner: ^2.4.14 freezed: ^3.0.6 json_serializable: ^6.9.3 - msix: ^3.16.9 + msix: ^3.16.10 flutter: generate: true @@ -83,8 +83,8 @@ msix_config: publisher_display_name: 22P publisher: CN=9740B6B2-E777-4F52-8ECD-C4A577A73010 msix_version: 1.4.3.0 - logo_path: assets/images/icon.png - trimLogo: false + logo_path: assets/images/logo.png + trim_logo: false languages: en-us, zh-cn execution_alias: iris file_extension: .3gp, .avi, .dpx, .dv, .f4v, .flv, .he264, .hevc, .h265, .mkv, .mp4, .mpeg, .mpg, .mov, .nsv, .rm, .rmvb, .ts, .vob, .webm, .wmv, .aac, .aiff, .alac, .cda, .dsd, .flac, .m4a, .midi, .mp3, .ogg, .opus, .raw, .wav, .wma \ No newline at end of file