refactor: 重构

This commit is contained in:
Quyunshuo
2021-04-24 18:12:23 +08:00
parent d75956a81d
commit 42c89b7872
85 changed files with 1031 additions and 639 deletions

View File

@ -12,7 +12,6 @@
tools:ignore="ProtectedPermissions" />
<application
android:name=".AppApplication"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
@ -29,6 +28,7 @@
<meta-data
android:name="design_height_in_dp"
android:value="640" />
</application>
</manifest>