[3.2.0]update track obj

This commit is contained in:
zhongchao
2023-05-30 15:07:03 +08:00
parent fda5400622
commit 0942bfadd0

View File

@@ -40,7 +40,7 @@ object IdentifyFactory : Identify, IMoGoObuStatusListener {
if (dockerVersion != null && dockerVersion.isNotEmpty()) {
try {
val version = ParseVersionUtils.parseVersion(true, dockerVersion)
identify = if (version >= 3100 && isTaxi(FunctionBuildConfig.appIdentityMode)) {
identify = if (version >= 31000 && isTaxi(FunctionBuildConfig.appIdentityMode)) {
FunctionBuildConfig.isBeautyMode = false
drawType("关闭感知优化模式")
DriverIdentify.originDataDrawer