[dev_opt_2.15.0]运营面板增加V2N场景进PNC开关

This commit is contained in:
xuxinchao
2023-04-03 16:33:04 +08:00
parent 94bb6c976b
commit 09e849ad19
6 changed files with 55 additions and 17 deletions

View File

@@ -219,4 +219,11 @@ object FunctionBuildConfig {
@Volatile
@JvmField
var isSupportPatchUpgrade = true
/**
* 是否开启V2N场景进PNC的开关开关默认关闭
*/
@Volatile
@JvmField
var isV2NPnc = false
}