This commit is contained in:
HapeLee
2025-06-11 03:39:24 +08:00
parent 9c3f185fa7
commit b7c50dff05
12 changed files with 108 additions and 53 deletions
+6 -6
View File
@@ -33,7 +33,7 @@
tools:ignore="AllowBackup,GoogleAppIndexingWarning,UnusedAttribute">
<!-- 图标1 -->
<activity-alias
android:name=".ui.welcome.Launcher1"
android:name=".Launcher1"
android:enabled="false"
android:exported="true"
android:icon="@mipmap/launcher1"
@@ -46,7 +46,7 @@
</activity-alias>
<!-- 图标2 -->
<activity-alias
android:name=".ui.welcome.Launcher2"
android:name=".Launcher2"
android:enabled="false"
android:exported="true"
android:icon="@mipmap/launcher2"
@@ -59,7 +59,7 @@
</activity-alias>
<!-- 图标3 -->
<activity-alias
android:name=".ui.welcome.Launcher3"
android:name=".Launcher3"
android:enabled="false"
android:exported="true"
android:icon="@mipmap/launcher3"
@@ -72,7 +72,7 @@
</activity-alias>
<!-- 图标4 -->
<activity-alias
android:name=".ui.welcome.Launcher4"
android:name=".Launcher4"
android:enabled="false"
android:exported="true"
android:icon="@mipmap/launcher4"
@@ -85,7 +85,7 @@
</activity-alias>
<!-- 图标5 -->
<activity-alias
android:name=".ui.welcome.Launcher5"
android:name=".Launcher5"
android:enabled="false"
android:exported="true"
android:icon="@mipmap/launcher5"
@@ -98,7 +98,7 @@
</activity-alias>
<!-- 图标6 -->
<activity-alias
android:name=".ui.welcome.Launcher6"
android:name=".Launcher6"
android:enabled="false"
android:exported="true"
android:icon="@mipmap/launcher6"