feat: 3层纸吸管计算

This commit is contained in:
2025-11-25 16:46:40 +08:00
parent c646e572d9
commit 2cff599229
6 changed files with 306 additions and 0 deletions

View File

@ -30,4 +30,8 @@ export const navigationConfig: NavigationItem[] = [
title: 'multiLayerPaperTapeWidthAngleCalculate',
to: '/calculators/multi-layer-paper-tape-width-angle',
},
{
title: '3LayerPaperStrawCalculate',
to: '/calculators/three-layer-paper-straw',
},
]