Skip to content

Commit 7dd9807

Browse files
committed
feat: 更新中国地区的PLIST配置以支持新功能和优化
1 parent 92827cc commit 7dd9807

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/response.dev.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,11 @@ Console.info(`PLATFORM: ${PLATFORM}`);
7979
//PLIST["com.apple.GEO"].CountryProviders.CN.EnableAlberta = false; // CN
8080
PLIST["com.apple.GEO"].CountryProviders.CN.EnableClientDrapedVectorPolygons = true; // CN
8181
PLIST["com.apple.GEO"].CountryProviders.CN.GEOAddressCorrectionEnabled = true; // CN
82-
delete PLIST["com.apple.GEO"].CountryProviders.CN.GEOBatchSpatialEventLookupMaxParametersCount; // CN
83-
delete PLIST["com.apple.GEO"].CountryProviders.CN.GEOBatchSpatialPlaceLookupMaxParametersCount; // CN
82+
//delete PLIST["com.apple.GEO"].CountryProviders.CN.GEOBatchSpatialEventLookupMaxParametersCount; // CN
83+
//delete PLIST["com.apple.GEO"].CountryProviders.CN.GEOBatchSpatialPlaceLookupMaxParametersCount; // CN
8484
PLIST["com.apple.GEO"].CountryProviders.CN.LocalitiesAndLandmarksSupported = true; // CN
8585
PLIST["com.apple.GEO"].CountryProviders.CN.NavigationShowHeadingKey = true;
86+
PLIST["com.apple.GEO"].CountryProviders.CN.ODcwM0Y2NTgtOTY2M = false; // CN new
8687
PLIST["com.apple.GEO"].CountryProviders.CN.POIBusynessDifferentialPrivacy = true; // CN
8788
PLIST["com.apple.GEO"].CountryProviders.CN.POIBusynessRealTime = true; // CN
8889
PLIST["com.apple.GEO"].CountryProviders.CN.TransitPayEnabled = true; // CN
@@ -98,6 +99,10 @@ Console.info(`PLATFORM: ${PLATFORM}`);
9899
PLIST["com.apple.GEO"].CountryProviders.CN.PedestrianAREnabled = true; // 现实世界中的线路
99100
PLIST["com.apple.GEO"].CountryProviders.CN.OpticalHeadingEnabled = true; // 举起以查看
100101
PLIST["com.apple.GEO"].CountryProviders.CN.UseCLPedestrianMapMatchedLocations = true; // 导航准确性-增强
102+
// Public
103+
PLIST["com.apple.GEO"].Q0FFNUI2QUEtRUU2.push("CN");
104+
PLIST["com.apple.GEO"].SupportedCountriesCustomRouteCreation.push("CN");
105+
PLIST["com.apple.GEO"].VisitedPlacesWarmingSheetCountryEnabled.push("CN");
101106
}
102107
break;
103108
}

0 commit comments

Comments
 (0)