杨磊
2025-05-26 96be59a64cc1d8fcaf1034e787717663c68df4a7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
    <div class="simulation-config">
      <h2>实时仿真</h2>
    </div>
</template>
  
  <script setup lang="ts">
  </script>
  
  <style lang="less" scoped>
  .simulation-config {
    padding: 20px;
  }
  </style>