feat: 新增多个模块的基础配置和资源文件

This commit is contained in:
2026-04-23 09:45:11 +08:00
parent d68725d1b1
commit 088a98a327
163 changed files with 4580 additions and 52 deletions

View File

@@ -3,7 +3,7 @@ plugins {
id 'com.google.gms.google-services'
}
def appOutPutName = "live22"
def appOutPutName = "toke66a"
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.adabdiad.toke66a"
//app大背景色
resValue('color', 'windows_color', '#440F6F')
resValue('color', 'windows_color', '#FFFFFF')
//底部导航栏颜色 大背景颜色为 windows_color——style_color的上下渐变色
resValue('color', 'style_color', '#360B58')
resValue('color', 'style_color', '#FFFFFF')
//app 名字
resValue('string', 'app_name', 'LIVE22')
resValue('string', 'app_name', 'toke66a')
buildConfigField "String", "BASE_URL", "\"https://live22x.com/\""
buildConfigField "int", "USERID", "262"
buildConfigField "int", "USERID", "270"
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"
}