chore: 初始化台孚数字孪生 TFvue3

This commit is contained in:
yexingqiang
2026-06-08 17:35:08 +08:00
commit 6d2d702f79
217 changed files with 167031 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>智能三轴机床数字孪生系统</title>
</head>
<body>
<div id="app"></div>
<script src="/config.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>