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

28 lines
1.0 KiB
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/STEP文件几何分析工具,支持模具型腔自动生成和工艺参数计算">
<meta name="keywords" content="STP,STEP,模具分析,几何分析,型腔设计">
<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>
<!-- 预加载关键资源 -->
<script>
// 页面加载优化
window.addEventListener('load', function() {
console.log('STP模具分析中心已加载完成');
});
</script>
</body>
</html>