真人认证

This commit is contained in:
hch
2023-10-19 18:27:39 +08:00
parent 9e68f35627
commit bcfd1c22e6
35 changed files with 1951 additions and 506 deletions

View File

@@ -178,6 +178,16 @@
android:label="编辑签名"
android:windowSoftInputMode="stateHidden|adjustResize" />
<activity
android:name=".activity.user.AuthActivity"
android:label="实名认证"
android:windowSoftInputMode="stateHidden|adjustResize" />
<activity
android:name=".activity.user.AuthBloggerActivity"
android:label="达人认证"
android:windowSoftInputMode="stateHidden|adjustResize" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.shayu.onetoone.fileprovider"