feat: 改为MVVM

This commit is contained in:
2026-07-14 17:26:51 +08:00
parent 57f36cc8ae
commit 5c279d1ba6
7 changed files with 169 additions and 112 deletions

View File

@@ -17,7 +17,7 @@
android:theme="@style/Theme.MaterialComponents.DayNight">
<activity
android:name=".MainActivity"
android:name=".activity.main.MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />