feat: add map projection mode support (#127)

This commit is contained in:
Wenzhuo Liu
2025-10-24 22:39:14 +08:00
committed by GitHub
parent 74222cb555
commit 876929330f
3 changed files with 11 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ export interface SiteConfig {
feed?: Feed
map?: MapConfig
mapStyle?: string
mapProjection?: 'globe' | 'mercator'
}
/**