@@ -81,17 +81,17 @@ Console.info(`PLATFORM: ${PLATFORM}`);
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
84- // delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.LocalitiesAndLandmarksSupported; // 支持地名和地标
84+ delete PLIST [ "com.apple.GEO" ] ?. CountryProviders ?. CN ?. LocalitiesAndLandmarksSupported ; // 支持地名和地标
8585 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
8989 delete PLIST [ "com.apple.GEO" ] ?. CountryProviders ?. CN ?. PedestrianAREnabled ; // 步行-现实世界中的线路-举起以查看
9090 //delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.SupportedCountriesCustomRouteCreation; // 支持创建自定义步行或徒步线路
91- //PLIST["com.apple.GEO"].CountryProviders.CN.TransitPayEnabled = true; // 地图 App 中的交通卡和支付卡
91+ //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
94- //PLIST["com.apple.GEO"].CountryProviders.CN.SupportsOffline = true; // 支持离线地图
94+ //PLIST["com.apple.GEO"].CountryProviders.CN.SupportsOffline = true; // 支持离线地图(不需要,macOS 不支持)
9595 PLIST [ "com.apple.GEO" ] . CountryProviders . CN . SupportsCarIntegration = true ; // 支持 CarPlay 集成
9696 // TW
9797 //PLIST["com.apple.GEO"].CountryProviders.CN.GEOShouldSpeakWrittenAddresses = true; // TW
@@ -103,11 +103,11 @@ Console.info(`PLATFORM: ${PLATFORM}`);
103103 //if (PLIST["com.apple.GEO"].VisitedPlacesWarmingSheetCountryEnabled) PLIST["com.apple.GEO"].VisitedPlacesWarmingSheetCountryEnabled.push("CN");
104104 // mod
105105 //PLIST["com.apple.GEO"].DrivingMultiWaypointRoutesEnabled = true; // 路线-驾驶-停靠点
106- // PLIST["com.apple.GEO"].LocalitiesAndLandmarksSupported = true; // 支持地名和地标
106+ PLIST [ "com.apple.GEO" ] . LocalitiesAndLandmarksSupported = true ; // 支持地名和地标
107107 PLIST [ "com.apple.GEO" ] . NavigationShowHeadingKey = true ; // 导航时显示朝向按钮
108108 //PLIST["com.apple.GEO"]["6694982d2b14e95815e44e970235e230"] = true; // US
109109 PLIST [ "com.apple.GEO" ] . OpticalHeadingEnabled = true ; // 步行-导航精确度-增强
110- //PLIST["com.apple.GEO"].PedestrianAREnabled = true; // 步行-现实世界中的线路-举起以查看
110+ //PLIST["com.apple.GEO"].PedestrianAREnabled = true; // 步行-现实世界中的线路-举起以查看(不需要,默认全局启用)
111111 //PLIST["com.apple.GEO"].UseCLPedestrianMapMatchedLocations = true; // 使用 Pedestrian 地图匹配位置?
112112 }
113113 break ;
0 commit comments