QYF-GitLab1
2025-03-03 c2ddf632c8e642813c89e501d402f06c57369a22
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>