[fea]
[添加offline 模式]
This commit is contained in:
yangyakun
2024-07-16 11:04:09 +08:00
parent df1220b12c
commit 5020ebbbf3
347 changed files with 14966 additions and 13 deletions

View File

@@ -135,6 +135,14 @@ object FunctionBuildConfig {
@JvmField
var appIdentityMode = "Taxi_Driver_Base"
/**
* 是否是离线模式
*/
@Volatile
@JvmField
var isOffLine = false
@Volatile
@JvmField