Files
geMoldInsight/templates/result.html
T
2026-02-17 00:42:55 +08:00

20 lines
832 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>分析结果 - STP 模具几何分析中心</title>
<meta name="description" content="查看详细的STP文件几何分析结果,包括模具型腔参数和工艺建议">
<meta name="keywords" content="STP分析结果,模具参数,几何分析报告">
<link rel="stylesheet" href="/static/style.css">
<link rel="preconnect" href="https://unpkg.com">
</head>
<body>
<div id="app"></div>
<!-- Vue3 + Vue Router via CDN -->
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
<script src="https://unpkg.com/vue-router@4/dist/vue-router.global.prod.js"></script>
<script src="/static/vue-app.js"></script>
</body>
</html>