Files
geMoldInsight/templates/result.html
T

20 lines
832 B
HTML
Raw Normal View History

2026-02-16 01:18:51 +08:00
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2026-02-17 00:12:36 +08:00
<title>分析结果 - STP 模具几何分析中心</title>
2026-02-17 00:42:55 +08:00
<meta name="description" content="查看详细的STP文件几何分析结果,包括模具型腔参数和工艺建议">
<meta name="keywords" content="STP分析结果,模具参数,几何分析报告">
2026-02-16 18:28:20 +08:00
<link rel="stylesheet" href="/static/style.css">
2026-02-17 00:42:55 +08:00
<link rel="preconnect" href="https://unpkg.com">
2026-02-16 01:18:51 +08:00
</head>
<body>
2026-02-17 00:12:36 +08:00
<div id="app"></div>
2026-02-16 01:18:51 +08:00
2026-02-17 00:12:36 +08:00
<!-- 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>
2026-02-16 01:18:51 +08:00
</body>
</html>