Files
gdm-Servo-model/static/index.html
2026-08-11 17:37:11 +08:00

15 lines
501 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#185ee8" />
<meta name="description" content="高徳乐 AI 舵机选型助手,支持产品目录浏览、参数筛选和 AI 初选。" />
<title>高徳乐 AI 舵机选型助手</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./entry.tsx"></script>
</body>
</html>