feat: 更新启动背景颜色和图标,优化 H5ShellPage 的加载体验

This commit is contained in:
Booker
2026-05-27 17:51:00 +07:00
parent 76897c6e0f
commit f1f08947d2
9 changed files with 273 additions and 109 deletions

View File

@@ -13,7 +13,7 @@
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">@android:color/white</item>
<item name="android:windowBackground">#F6FAFF</item>
<item name="android:statusBarColor">@android:color/white</item>
</style>
</resources>