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

@ -0,0 +1,13 @@
<template>
<ThreeLayerPaperStrawCalculate />
</template>
<script setup lang="ts">
import ThreeLayerPaperStrawCalculate from '@/components/Modules/ThreeLayerPaperStrawCalculate.vue'
</script>
<route lang="yaml">
meta:
layout: CalculatorLayout
title: 3LayerPaperStraw
</route>