File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,14 @@ Console.info(`PLATFORM: ${PLATFORM}`);
102102 //if (PLIST["com.apple.GEO"].SupportedCountriesCustomRouteCreation) PLIST["com.apple.GEO"].SupportedCountriesCustomRouteCreation.push("CN"); // 支持创建自定义步行或徒步线路
103103 //if (PLIST["com.apple.GEO"].VisitedPlacesWarmingSheetCountryEnabled) PLIST["com.apple.GEO"].VisitedPlacesWarmingSheetCountryEnabled.push("CN");
104104 // mod
105- // PLIST["com.apple.GEO"].DrivingMultiWaypointRoutesEnabled = true; // 路线-驾驶-停靠点(不需要,默认全局启用)
106- // PLIST["com.apple.GEO"].LocalitiesAndLandmarksSupported = true; // 支持地名和地标(不需要,默认全局启用)
105+ PLIST [ "com.apple.GEO" ] . DrivingMultiWaypointRoutesEnabled = true ; // 路线-驾驶-停靠点(不需要,默认全局启用)
106+ PLIST [ "com.apple.GEO" ] . LocalitiesAndLandmarksSupported = true ; // 支持地名和地标(不需要,默认全局启用)
107107 PLIST [ "com.apple.GEO" ] . NavigationShowHeadingKey = true ; // 导航时显示朝向按钮(需要,默认全局停用)
108- // PLIST["com.apple.GEO"]["6694982d2b14e95815e44e970235e230"] = true; // US
108+ PLIST [ "com.apple.GEO" ] [ "6694982d2b14e95815e44e970235e230" ] = true ; // ?(需要,默认仅 US 启用)
109109 PLIST [ "com.apple.GEO" ] . OpticalHeadingEnabled = true ; // 步行-导航精确度-增强(需要,默认仅 US 启用)
110- // PLIST["com.apple.GEO"].PedestrianAREnabled = true; // 步行-现实世界中的线路-举起以查看(不需要,默认全局启用)
111- // PLIST["com.apple.GEO"].TransitPayEnabled = true; // 地图 App 中的交通卡和支付卡(不需要,默认全局启用)
112- // PLIST["com.apple.GEO"].UseCLPedestrianMapMatchedLocations = true; // 使用 Pedestrian 地图匹配位置?
110+ PLIST [ "com.apple.GEO" ] . PedestrianAREnabled = true ; // 步行-现实世界中的线路-举起以查看(不需要,默认全局启用)
111+ PLIST [ "com.apple.GEO" ] . TransitPayEnabled = true ; // 地图 App 中的交通卡和支付卡(不需要,默认全局启用)
112+ PLIST [ "com.apple.GEO" ] . UseCLPedestrianMapMatchedLocations = true ; // 使用 Pedestrian 地图匹配位置?(需要,默认仅 US 启用)
113113 }
114114 break ;
115115 }
You can’t perform that action at this time.
0 commit comments