增加自动定位开关

This commit is contained in:
qiji4215
2023-07-19 17:46:50 +08:00
parent 58f5329a75
commit 392fb91215
4 changed files with 28 additions and 0 deletions

View File

@@ -59,6 +59,11 @@ class Constant {
const val DEBUG = true
/**
* 是否自动定位
*/
var AUTO_LOCATION = false
var IS_VIDEO_SPEED by kotlin.properties.Delegates.notNull<Boolean>()
const val message_status_late = "预约,待发送"