chore(vault): track .obsidian plugin configs (incl. obsidian-git settings)
This commit is contained in:
Vendored
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"tileSets": [
|
||||
{
|
||||
"id": "tencent-vector",
|
||||
"name": "腾讯矢量",
|
||||
"lightTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=vector",
|
||||
"darkTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=vector"
|
||||
},
|
||||
{
|
||||
"id": "gaode-satellite",
|
||||
"name": "高德卫星影像",
|
||||
"lightTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=sate",
|
||||
"darkTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=sate"
|
||||
},
|
||||
{
|
||||
"id": "esri-imagery",
|
||||
"name": "ESRI World Imagery",
|
||||
"lightTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=esri",
|
||||
"darkTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=esri"
|
||||
},
|
||||
{
|
||||
"id": "tencent-traffic",
|
||||
"name": "腾讯路况",
|
||||
"lightTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=traffic",
|
||||
"darkTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=traffic"
|
||||
},
|
||||
{
|
||||
"id": "openfreemap-bright",
|
||||
"name": "OpenFreeMap 亮色",
|
||||
"lightTiles": "https://tiles.openfreemap.org/styles/bright",
|
||||
"darkTiles": "https://tiles.openfreemap.org/styles/dark"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user