[fea]
[添加ochdebug模式]
This commit is contained in:
yangyakun
2024-09-27 15:36:11 +08:00
parent d7a52f7f8c
commit 7022bede46
5 changed files with 15 additions and 2 deletions

View File

@@ -145,6 +145,13 @@ object FunctionBuildConfig {
@JvmField
var isOffLine = false
/**
* 是否是离线模式
*/
@Volatile
@JvmField
var ochdebug = false
@Volatile
@JvmField