mirror of
https://github.com/nini22P/iris.git
synced 2026-05-07 22:20:05 +08:00
fix trim_logo and rename logo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<img height="100px" width="100px" alt="icon" src="./assets/images/icon.png"/>
|
||||
<img height="100px" width="100px" alt="logo" src="./assets/images/logo.png"/>
|
||||
|
||||
# IRIS - A lightweight video player
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<img height="100px" width="100px" alt="icon" src="./assets/images/icon.png"/>
|
||||
<img height="100px" width="100px" alt="logo" src="./assets/images/logo.png"/>
|
||||
|
||||
# IRIS - 轻量级视频播放器
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 32 KiB |
BIN
assets/images/logo.png
Normal file
BIN
assets/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
BIN
assets/images/logo_transparent.png
Normal file
BIN
assets/images/logo_transparent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 93 KiB |
@@ -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),
|
||||
),
|
||||
|
||||
@@ -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,
|
||||
),
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user