feat:参照研听的基础工程

This commit is contained in:
jingyun
2026-06-18 15:02:28 +08:00
commit 364fc837b3
367 changed files with 16495 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# dart run flutter_native_splash:create
# 颜色 = lime_theme 背景色;图 = 定稿 lime mark(浅深共用)
flutter_native_splash:
color: "#FFFFFF"
image: assets/splash/splash.png
color_dark: "#0F0F0F"
image_dark: assets/splash/splash_dark.png
android: true
ios: true
web: false
fullscreen: true
android_12:
icon_background_color: "#FFFFFF"
icon_background_color_dark: "#0F0F0F"
image: assets/splash/splash.png
image_dark: assets/splash/splash_dark.png