New translations files-and-stats.mdx (Chinese Simplified)

This commit is contained in:
vcoppe
2026-03-27 18:38:39 +01:00
parent 6682ba9fff
commit e671ee1867

View File

@@ -12,6 +12,7 @@ title: 文件和统计
let gpxStatistics = writable(exampleGPXFile.getStatistics());
let slicedGPXStatistics = writable(undefined);
let hoveredPoint = writable(null);
let additionalDatasets = writable(['speed', 'atemp']);
let elevationFill = writable(undefined);
</script>
@@ -84,6 +85,7 @@ title: 文件和统计
<ElevationProfile
{gpxStatistics}
{slicedGPXStatistics}
{hoveredPoint}
{additionalDatasets}
{elevationFill}
/>