[Update]
1、升级动态皮肤加载SDK
2、完善YiXin皮肤包
This commit is contained in:
donghongyu-pc
2024-10-14 16:21:50 +08:00
parent 4873a7affc
commit 050e01738e
4 changed files with 6 additions and 6 deletions

View File

@@ -190,9 +190,9 @@ object LoginModel {
go2LoginInfo(data)
// TODO yangyakun 根据后台配置的用户租户对应的皮肤包进行下载换肤
val skin = Skin(
"f108b3332188f0330af9aa64bb72a96c",
"YiXin-skin_v1_2024_10_12_17_42.skin",
"https://carlife-static-1255510688.cos.ap-beijing.myqcloud.com/MoGoEagleEye/YiXin-skin_v1_2024_10_12_17_42.skin"
"7af685334eb2b6724765dae1597cb214",
"YiXin-skin_v1_2024_10_14.apk",
"https://carlife-static-1255510688.cos.ap-beijing.myqcloud.com/MoGoEagleEye/YiXin-skin_v1_2024_10_14.apk"
)
//换肤
SkinManager.getInstance().selectSkin(Utils.getApp(), skin)

View File

@@ -80,7 +80,7 @@ MOGO_LOCATION_VERSION=1.4.7.42
# 远程通讯模块
MOGO_TELEMATIC_VERSION=1.4.7.42
# 动态换肤SDK
MOGO_SKIN_VERSION=1.4.7.45
MOGO_SKIN_VERSION=1.4.7.46.3-debug
######## MogoAiCloudSDK Version ########
# 自研地图
MAP_SDK_VERSION=3.4.1.2

View File

@@ -19,7 +19,7 @@ dependencies {
}
android.applicationVariants.all { variant ->
def buildTime = new Date().format("yyyy_MM_dd_HH_mm", TimeZone.getTimeZone("GMT+08:00"))
def buildTime = new Date().format("yyyy_MM_dd", TimeZone.getTimeZone("GMT+08:00"))
def projectFolderName = project.name // 获取项目文件夹名称
variant.outputs.all { output ->
@@ -27,6 +27,6 @@ android.applicationVariants.all { variant ->
projectFolderName,
"v${variant.versionCode}",
buildTime
].findAll { it.length() > 0 }.join('_') << ".skin"
].findAll { it.length() > 0 }.join('_') << ".apk"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 55 KiB