feat: 初始化界面

This commit is contained in:
md
2021-05-26 14:29:24 +08:00
parent 4b28f19d9a
commit 131dd1d958
57 changed files with 315 additions and 187 deletions

View File

@@ -15,5 +15,9 @@ org.gradle.jvmargs=-Xmx2048m
# Android operating system, and which are packaged with your app"s APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=1080
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=1080
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true