Files
geMoldInsight/templates/history.html
T

20 lines
802 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 01:18:51 +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>