Skip to content

Commit 9cdaa3a

Browse files
committed
Update response.dev.js
1 parent f0a618a commit 9cdaa3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/response.dev.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,12 @@ 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; // 步行-导航精确度-增强
110110
//PLIST["com.apple.GEO"].PedestrianAREnabled = true; // 步行-现实世界中的线路-举起以查看(不需要,默认全局启用)
111+
//PLIST["com.apple.GEO"].TransitPayEnabled = true; // 地图 App 中的交通卡和支付卡(不需要,默认全局启用)
111112
//PLIST["com.apple.GEO"].UseCLPedestrianMapMatchedLocations = true; // 使用 Pedestrian 地图匹配位置?
112113
}
113114
break;

0 commit comments

Comments
 (0)