更新界面与图标

This commit is contained in:
HapeLee
2025-08-23 13:15:34 +08:00
parent bf514ffd26
commit 4004b2e386
57 changed files with 488 additions and 351 deletions
+12
View File
@@ -32,6 +32,18 @@
android:supportsRtl="true"
android:theme="@style/Base.AppTheme"
tools:ignore="AllowBackup,GoogleAppIndexingWarning,UnusedAttribute">
<!-- 图标0 -->
<activity-alias
android:name=".Launcher0"
android:enabled="false"
android:exported="true"
android:icon="@mipmap/launcher0"
android:targetActivity=".ui.main.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity-alias>
<!-- 图标1 -->
<activity-alias
android:name=".Launcher1"