feat: 登录界面美化,图层控制功能添加

This commit is contained in:
2023-04-28 18:16:24 +08:00
parent 3eed9bad33
commit db9b248d92
29 changed files with 427 additions and 69 deletions

View File

@@ -77,6 +77,8 @@ class Constant {
const val SELECT_TAKEPHOTO_OR_RECORD = "select_takephoto_or_record"
const val OMDB_CONFIG = "omdb.config"
const val OTHER_CONFIG = "other.config"
const val LAYER_MANAGER_CONFIG = "LAYER_MANAGER_CONFIG" // 图层管理界面缓存的key
}