新增 pokies420 模块基础配置和资源文件

This commit is contained in:
2026-04-23 10:01:01 +08:00
parent 6e8fbefbe5
commit 7bcf862d06
23 changed files with 19 additions and 588 deletions

View File

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

View File

@@ -1,21 +1,21 @@
{
"project_info": {
"project_number": "717557626585",
"project_id": "live22-997e3",
"storage_bucket": "live22-997e3.firebasestorage.app"
"project_number": "751863474562",
"project_id": "pokies-3399b",
"storage_bucket": "pokies-3399b.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:717557626585:android:4bd86e3e5e825bb85f70c8",
"mobilesdk_app_id": "1:751863474562:android:399376e95b75e497ed879b",
"android_client_info": {
"package_name": "com.daidn.live22"
"package_name": "com.ahdiiahdaoi.pokies420"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyBL6vtzuXlVfoSWiKHtk4p-TiLts0faqUQ"
"current_key": "AIzaSyCDqHcaZmH6oieFxSQ3JvVDzZWJrMNSPxg"
}
],
"services": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 29 KiB