@@ -74,25 +74,25 @@ Console.info(`PLATFORM: ${PLATFORM}`);
7474 const PLIST = body . plist ;
7575 if ( PLIST ) {
7676 // CN
77- // PLIST["com.apple.GEO"].CountryProviders.CN.ShouldEnableLagunaBeach = true; // XX
77+ PLIST [ "com.apple.GEO" ] . CountryProviders . CN . ShouldEnableLagunaBeach = true ; // XX
7878 //PLIST["com.apple.GEO"].CountryProviders.CN.DrivingMultiWaypointRoutesEnabled = true; // 路线-驾驶-停靠点
7979 //PLIST["com.apple.GEO"].CountryProviders.CN.EnableAlberta = false; // CN
8080 //PLIST["com.apple.GEO"].CountryProviders.CN.EnableClientDrapedVectorPolygons = true; // CN
8181 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.GEOAddressCorrectionEnabled; // 启用更正地址
8282 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.GEOBatchSpatialEventLookupMaxParametersCount; // CN
8383 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.GEOBatchSpatialPlaceLookupMaxParametersCount; // CN
8484 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.LocalitiesAndLandmarksSupported; // 支持地名和地标
85- // delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.NavigationShowHeadingKey; // 导航时显示朝向按钮
85+ delete PLIST [ "com.apple.GEO" ] ?. CountryProviders ?. CN ?. NavigationShowHeadingKey ; // 导航时显示朝向按钮
8686 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.ODcwM0Y2NTgtOTY2M; // CN ??
8787 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.POIBusynessDifferentialPrivacy; // CN
8888 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.POIBusynessRealTime; // CN
89- // delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.PedestrianAREnabled; // 步行-现实世界中的线路-举起以查看
89+ delete PLIST [ "com.apple.GEO" ] ?. CountryProviders ?. CN ?. PedestrianAREnabled ; // 步行-现实世界中的线路-举起以查看
9090 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.SupportedCountriesCustomRouteCreation; // 支持创建自定义步行或徒步线路
9191 //PLIST["com.apple.GEO"].CountryProviders.CN.TransitPayEnabled = true; // 地图 App 中的交通卡和支付卡
9292 //PLIST["com.apple.GEO"].CountryProviders.CN.WiFiQualityNetworkDisabled = undefined; // CN
9393 //PLIST["com.apple.GEO"].CountryProviders.CN.WiFiQualityTileDisabled = undefined; // CN
9494 //PLIST["com.apple.GEO"].CountryProviders.CN.SupportsOffline = true; // 支持离线地图
95- // PLIST["com.apple.GEO"].CountryProviders.CN.SupportsCarIntegration = true; // 支持 CarPlay 集成
95+ PLIST [ "com.apple.GEO" ] . CountryProviders . CN . SupportsCarIntegration = true ; // 支持 CarPlay 集成
9696 // TW
9797 //PLIST["com.apple.GEO"].CountryProviders.CN.GEOShouldSpeakWrittenAddresses = true; // TW
9898 //PLIST["com.apple.GEO"].CountryProviders.CN.GEOShouldSpeakWrittenPlaceNames = true; // TW
@@ -104,9 +104,9 @@ Console.info(`PLATFORM: ${PLATFORM}`);
104104 // mod
105105 //PLIST["com.apple.GEO"].DrivingMultiWaypointRoutesEnabled = true; // 路线-驾驶-停靠点
106106 //PLIST["com.apple.GEO"].LocalitiesAndLandmarksSupported = true; // 支持地名和地标
107- // PLIST["com.apple.GEO"].NavigationShowHeadingKey = true; // 导航时显示朝向按钮
107+ PLIST [ "com.apple.GEO" ] . NavigationShowHeadingKey = true ; // 导航时显示朝向按钮
108108 //PLIST["com.apple.GEO"]["6694982d2b14e95815e44e970235e230"] = true; // US
109- // PLIST["com.apple.GEO"].OpticalHeadingEnabled = true; // 步行-导航精确度-增强
109+ PLIST [ "com.apple.GEO" ] . OpticalHeadingEnabled = true ; // 步行-导航精确度-增强
110110 //PLIST["com.apple.GEO"].PedestrianAREnabled = true; // 步行-现实世界中的线路-举起以查看
111111 //PLIST["com.apple.GEO"].UseCLPedestrianMapMatchedLocations = true; // 使用 Pedestrian 地图匹配位置?
112112 }
0 commit comments