refactor: 默认关闭ow
parent
dad33bc86d
commit
97690c08ee
|
@ -53,7 +53,7 @@ const localApi = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (setting.overwall == null) {
|
if (setting.overwall == null) {
|
||||||
setting.overwall = true
|
setting.overwall = false
|
||||||
}
|
}
|
||||||
|
|
||||||
if (setting.installTime == null) {
|
if (setting.installTime == null) {
|
||||||
|
|
Loading…
Reference in New Issue