chore(vault): track .obsidian plugin configs (incl. obsidian-git settings)

This commit is contained in:
hehaiguang1123
2026-07-01 08:20:57 +08:00
parent e166ef1052
commit c7037119a5
216 changed files with 447823 additions and 0 deletions
+34
View File
@@ -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"
}
]
}