公告板
版本库
filestore
活动
搜索
登录
main
/
modelLibrary
模型库管理
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
仿真首页优化
闫增涛
2025-06-12
e2952ba4b6a392047ddbc3542465a81413c64eb9
[modelLibrary.git]
/
src
/
views
/
simulation
/
realTimeSimulation
/
index.vue
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>