修复空值问题

This commit is contained in:
2026-04-07 11:25:13 +08:00
parent e76ec1b335
commit 348ed78fe6
17 changed files with 72 additions and 38 deletions

View File

@@ -3,7 +3,7 @@ plugins {
id 'com.google.gms.google-services'
}
def appOutPutName = "live22"
def appOutPutName = "mg8vipmyr"
android {
namespace rootProject.ext.namespace
@@ -15,22 +15,22 @@ android {
versionName rootProject.ext.versionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
applicationId "com.daidn.live22"
applicationId "com.exm1003.mg8vipmyr"
//app大背景色
resValue('color', 'windows_color', '#440F6F')
resValue('color', 'windows_color', '#FAFAF8')
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
resValue('color', 'style_color', '#360B58')
resValue('color', 'style_color', '#D2D3D5')
//app 名字
resValue('string', 'app_name', 'LIVE22')
resValue('string', 'app_name', 'mg8vipmyr')
buildConfigField "String", "BASE_URL", "\"https://live22x.com/\""
buildConfigField "int", "USERID", "262"
buildConfigField "String", "BASE_URL", "\"https://mg8vipmyr.pro/\""
buildConfigField "int", "USERID", "266"
buildConfigField "boolean", "IS_WHITE", "false"
buildConfigField "boolean", "IS_ROUND", "true"
buildConfigField "int", "ROUND_RADIUS", "10"
buildConfigField "boolean", "HAS_CONTACT", "true"
buildConfigField "boolean", "HAS_CONTACT", "false"
buildConfigField "boolean", "HAS_HOOK", "false"
}

View File

@@ -1,21 +1,21 @@
{
"project_info": {
"project_number": "117992635576",
"project_id": "diriwan888-aa9e0",
"storage_bucket": "diriwan888-aa9e0.firebasestorage.app"
"project_number": "339195334275",
"project_id": "mg8vipmyr-92a41",
"storage_bucket": "mg8vipmyr-92a41.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:117992635576:android:57d533ed0686783deb484d",
"mobilesdk_app_id": "1:339195334275:android:d299da845e38e21b5a55b6",
"android_client_info": {
"package_name": "com.exm102.diriwan888"
"package_name": "com.exm1003.mg8vipmyr"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyDnYD7BFdiooseDh5K6x7Cr-ql6EXfWd78"
"current_key": "AIzaSyBSWrUV2rFn2v1TMh_eg80y38KM__yW42k"
}
],
"services": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 42 KiB