「Change」
1、增加编译期控制白天模式/夜间模式 FunctionBuildConfig.skinMode = 1; 2、增加地图3D白天模式兼容 Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -86,4 +86,15 @@ object FunctionBuildConfig {
|
||||
@Volatile
|
||||
@JvmField
|
||||
var isIgnoreConditionsDrawAutopilotTrajectoryData = false
|
||||
|
||||
/**
|
||||
* 皮肤模式
|
||||
* 0--默认夜间模式,
|
||||
* 1-白天模式,
|
||||
* 2-节日模式(待开发,加载节日图片包)
|
||||
*/
|
||||
@Volatile
|
||||
@JvmField
|
||||
var skinMode = 0
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user