feat: 抽离默认配置选项

This commit is contained in:
xiaoxian521
2021-10-08 11:32:50 +08:00
parent 13749c784d
commit fc5cec54b0
5 changed files with 56 additions and 45 deletions

View File

@@ -1,16 +1,15 @@
{
"version": "1.0.0",
"keepAlive": true,
"Version": "2.0.0",
"KeepAlive": true,
"Locale": "zh",
"Layout": "vertical-dark",
"MapConfigure": {
"amapKey": "97b3248d1553172e81f168cf94ea667e",
"baiduKey": "wTHbkkEweiFqZLKunMIjcrb2RcqNXkhc",
"options": {
"resizeEnable": true,
"center": [
113.6401,
34.72468
],
"center": [113.6401, 34.72468],
"zoom": 12
}
}
}
}