start_page

This commit is contained in:
abu 2025-09-29 06:41:48 +08:00
parent 564cd38516
commit 4c15dee33a
13 changed files with 52 additions and 17 deletions

View File

@ -2,16 +2,17 @@
"images" : [ "images" : [
{ {
"filename" : "background.png", "filename" : "background.png",
"idiom" : "universal", "idiom" : "universal"
"scale" : "1x"
}, },
{ {
"idiom" : "universal", "appearances" : [
"scale" : "2x" {
}, "appearance" : "luminosity",
{ "value" : "dark"
"idiom" : "universal", }
"scale" : "3x" ],
"filename" : "darkbackground.png",
"idiom" : "universal"
} }
], ],
"info" : { "info" : {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 B

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

View File

@ -5,15 +5,48 @@
"idiom" : "universal", "idiom" : "universal",
"scale" : "1x" "scale" : "1x"
}, },
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "LaunchImageDark.png",
"idiom" : "universal",
"scale" : "1x"
},
{ {
"filename" : "LaunchImage@2x.png", "filename" : "LaunchImage@2x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "2x" "scale" : "2x"
}, },
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "LaunchImageDark@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{ {
"filename" : "LaunchImage@3x.png", "filename" : "LaunchImage@3x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "LaunchImageDark@3x.png",
"idiom" : "universal",
"scale" : "3x"
} }
], ],
"info" : { "info" : {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 B

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 B

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 B

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -17,7 +17,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" image="LaunchBackground" translatesAutoresizingMaskIntoConstraints="NO" id="tWc-Dq-wcI"/> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" image="LaunchBackground" translatesAutoresizingMaskIntoConstraints="NO" id="tWc-Dq-wcI"/>
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4"></imageView> <imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleAspectFill" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4"></imageView>
</subviews> </subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
@ -38,7 +38,7 @@
</scene> </scene>
</scenes> </scenes>
<resources> <resources>
<image name="LaunchImage" width="168" height="185"/> <image name="LaunchImage" width="750" height="1334"/>
<image name="LaunchBackground" width="1" height="1"/> <image name="LaunchBackground" width="1" height="1"/>
</resources> </resources>
</document> </document>

View File

@ -107,6 +107,5 @@
<string>weixinULAPI</string> <string>weixinULAPI</string>
<string>weixinURLParamsAPI</string> <string>weixinURLParamsAPI</string>
</array> </array>
</dict> </dict>
</plist> </plist>

View File

@ -196,16 +196,18 @@ flutter_native_splash:
ios: true ios: true
android: true android: true
color: "#ffffff" color: "#ffffff"
# image: assets/images/logo/start.png image: assets/images/logo/start.png
fullscreen: true color_dark: "#ffffff"
background_image: assets/images/logo/start.png image_dark: assets/images/logo/start.png
# color_dark: "#ffffff" # iOS 图片显示模式 - 填满屏幕(可能裁剪)
# image_dark: assets/images/logo/start.png ios_content_mode: scaleAspectFill
# Android 11 及以下图片显示模式 - 填满屏幕
android_gravity: fill
fullscreen: true #隐藏通知栏
android_12: android_12:
image: assets/images/logo/androidlogo.png image: assets/images/logo/androidlogo.png
icon_background_color: "#000000" icon_background_color: "#000000"
# background_image: assets/images/logo/start.png
image_dark: assets/images/logo/androidlogo.png image_dark: assets/images/logo/androidlogo.png
icon_background_color_dark: "#000000" icon_background_color_dark: "#000000"