<template>
  <div class="app-container home">
    <h1>温度传感器</h1>
  </div>
</template>

<script setup name="Index">



</script>

<style scoped lang="scss">

</style>