feat: 增加车道边线渲染

This commit is contained in:
2023-06-02 10:05:53 +08:00
parent e9735ee4d8
commit 6a77e69ed7
14 changed files with 529 additions and 159 deletions

View File

@@ -228,7 +228,7 @@ class LoginViewModel @Inject constructor(
.name("OMQS.realm")
.encryptionKey(password)
// .modules(Realm.getDefaultModule(), MyRealmModule())
.schemaVersion(1)
.schemaVersion(2)
.build()
Realm.setDefaultConfiguration(config)
// 拷贝配置文件到用户目录下