助记词校验,登录

This commit is contained in:
2022-10-26 17:29:01 +08:00
parent 875b44ffb9
commit 3dee865926
8 changed files with 217 additions and 78 deletions

View File

@@ -1,9 +1,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="site.zhchain.chat">
<application
<application
android:label="ZH-CHAT"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true"
tools:replace="android:label">
<activity
android:name=".MainActivity"
android:exported="true"