[6.2.0][技术优化] 升级版本,消息记录添加历史和入队时间戳

This commit is contained in:
renwj
2023-11-29 12:08:26 +08:00
parent 11f91bfd0c
commit 328b093ed6
6 changed files with 9 additions and 11 deletions

View File

@@ -173,5 +173,5 @@ boolean isReleaseBuild() {
}
boolean isJunkDetectEnable() {
return isReleaseBuild()
return !isReleaseBuild()
}