2026-04-03 11:08:05 +08:00
|
|
|
|
<!doctype html>
|
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
|
<head>
|
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
2026-05-11 15:09:39 +08:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
|
<meta
|
|
|
|
|
|
name="description"
|
|
|
|
|
|
content="颜值秤 — 医美级 3D 面部扫描 App。毫米级建模,AI 量化你的立体美与可优化区域,多次扫描自动归档对比,让每一次变美都有迹可循。"
|
|
|
|
|
|
/>
|
2026-04-03 11:08:05 +08:00
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
|
|
|
|
<link
|
2026-05-11 15:09:39 +08:00
|
|
|
|
href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&display=swap"
|
2026-04-03 11:08:05 +08:00
|
|
|
|
rel="stylesheet"
|
|
|
|
|
|
/>
|
2026-05-11 15:09:39 +08:00
|
|
|
|
<title>颜值秤 · 医美 3D 扫描 App | 给你的美,一把精准的秤</title>
|
2026-04-03 11:08:05 +08:00
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
2026-05-11 15:09:39 +08:00
|
|
|
|
<div id="root"></div>
|
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
2026-04-03 11:08:05 +08:00
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|
2026-05-11 15:09:39 +08:00
|
|
|
|
|