We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cbf31 commit 3dca87eCopy full SHA for 3dca87e
src/response.dev.js
@@ -75,7 +75,7 @@ Console.info(`PLATFORM: ${PLATFORM}`);
75
if (PLIST) {
76
// CN
77
PLIST["com.apple.GEO"].CountryProviders.CN.ShouldEnableLagunaBeach = true; // XX
78
- //PLIST["com.apple.GEO"].CountryProviders.CN.DrivingMultiWaypointRoutesEnabled = true; // 路线-驾驶-停靠点
+ delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.DrivingMultiWaypointRoutesEnabled; // 路线-驾驶-停靠点
79
//PLIST["com.apple.GEO"].CountryProviders.CN.EnableAlberta = false; // CN
80
//PLIST["com.apple.GEO"].CountryProviders.CN.EnableClientDrapedVectorPolygons = true; // CN
81
//delete PLIST["com.apple.GEO"]?.CountryProviders?.CN?.GEOAddressCorrectionEnabled; // 启用更正地址
0 commit comments