[2.13.0] add toggle btn to control fusion color reset

This commit is contained in:
zhongchao
2022-11-28 19:32:54 +08:00
parent 1a973e1b63
commit 1d29f097ee
4 changed files with 28 additions and 5 deletions

View File

@@ -56,6 +56,14 @@ object FunctionBuildConfig {
@JvmField
var isBeautyMode = true
/**
* 是否开启感知物替换颜色功能
* 默认关闭
*/
@Volatile
@JvmField
var isFusionColor = false
/**
* 当前APP的身份模式
*