Skip to content

Commit 90aeb47

Browse files
committed
fix: 更新PLIST配置中的导航显示方向键注释以改善代码可读性
Update response.dev.js
1 parent 886ac05 commit 90aeb47

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/response.dev.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ Console.info(`PLATFORM: ${PLATFORM}`);
8282
//delete PLIST["com.apple.GEO"].CountryProviders.CN.GEOBatchSpatialEventLookupMaxParametersCount; // CN
8383
//delete PLIST["com.apple.GEO"].CountryProviders.CN.GEOBatchSpatialPlaceLookupMaxParametersCount; // CN
8484
//PLIST["com.apple.GEO"].CountryProviders.CN.LocalitiesAndLandmarksSupported = true; // CN
85-
PLIST["com.apple.GEO"].CountryProviders.CN.NavigationShowHeadingKey = true; // 导航显示方向键?
85+
//PLIST["com.apple.GEO"].CountryProviders.CN.NavigationShowHeadingKey = true; // 导航时显示朝向按钮
8686
PLIST["com.apple.GEO"].CountryProviders.CN.ODcwM0Y2NTgtOTY2M = false; // CN new
8787
PLIST["com.apple.GEO"].CountryProviders.CN.POIBusynessDifferentialPrivacy = true; // CN
8888
PLIST["com.apple.GEO"].CountryProviders.CN.POIBusynessRealTime = true; // CN
89+
PLIST["com.apple.GEO"].CountryProviders.CN.SupportedCountriesCustomRouteCreation = undefined; // 支持创建自定义步行或徒步线路
8990
PLIST["com.apple.GEO"].CountryProviders.CN.TransitPayEnabled = true; // 地图 App 中的交通卡和支付卡
9091
//PLIST["com.apple.GEO"].CountryProviders.CN.WiFiQualityNetworkDisabled = Settings?.Config?.Defaults?.WiFiQualityNetworkDisabled ?? true; // CN
9192
//PLIST["com.apple.GEO"].CountryProviders.CN.WiFiQualityTileDisabled = Settings?.Config?.Defaults?.WiFiQualityTileDisabled ?? true; // CN
@@ -96,21 +97,21 @@ Console.info(`PLATFORM: ${PLATFORM}`);
9697
PLIST["com.apple.GEO"].CountryProviders.CN.GEOShouldSpeakWrittenPlaceNames = true; // TW
9798
// US
9899
PLIST["com.apple.GEO"].CountryProviders.CN["6694982d2b14e95815e44e970235e230"] = true; // US
99-
PLIST["com.apple.GEO"].CountryProviders.CN.PedestrianAREnabled = true; // 现实世界中的线路-举起以查看
100-
//PLIST["com.apple.GEO"].CountryProviders.CN.OpticalHeadingEnabled = true; // 导航准确性-增强
100+
PLIST["com.apple.GEO"].CountryProviders.CN.PedestrianAREnabled = true; // 步行-现实世界中的线路-举起以查看
101+
//PLIST["com.apple.GEO"].CountryProviders.CN.OpticalHeadingEnabled = true; // 步行-导航精确度-增强
101102
//PLIST["com.apple.GEO"].CountryProviders.CN.UseCLPedestrianMapMatchedLocations = true; // 使用 Pedestrian 地图匹配位置?
102103
// Public
103104
PLIST["com.apple.GEO"].Q0FFNUI2QUEtRUU2.push("CN");
104105
PLIST["com.apple.GEO"].SupportedCountriesCustomRouteCreation.push("CN"); // 支持创建自定义步行或徒步线路
105106
PLIST["com.apple.GEO"].VisitedPlacesWarmingSheetCountryEnabled.push("CN");
106107
// mod
107-
PLIST["com.apple.GEO"].DrivingMultiWaypointRoutesEnabled = true; // 驾驶导航途径点
108+
PLIST["com.apple.GEO"].DrivingMultiWaypointRoutesEnabled = true; // 路线-驾驶-停靠点
108109
PLIST["com.apple.GEO"].LocalitiesAndLandmarksSupported = true; // 支持地名和地标
109-
PLIST["com.apple.GEO"].NavigationShowHeadingKey = true; // 导航显示方向键?
110+
PLIST["com.apple.GEO"].NavigationShowHeadingKey = true; // 导航时显示朝向按钮
110111
PLIST["com.apple.GEO"].SupportsCarIntegration = true; // 支持 CarPlay 集成
111112
//PLIST["com.apple.GEO"]["6694982d2b14e95815e44e970235e230"] = true; // US
112-
PLIST["com.apple.GEO"].OpticalHeadingEnabled = true; // 导航准确性-增强
113-
//PLIST["com.apple.GEO"].UseCLPedestrianMapMatchedLocations = true; // 使用 Pedestrian 地图匹配位置?
113+
PLIST["com.apple.GEO"].OpticalHeadingEnabled = true; // 步行-导航精确度-增强
114+
PLIST["com.apple.GEO"].UseCLPedestrianMapMatchedLocations = true; // 使用 Pedestrian 地图匹配位置?
114115
}
115116
break;
116117
}

0 commit comments

Comments
 (0)