更新官网落地页为颜值秤

This commit is contained in:
Kevin
2026-05-11 15:09:39 +08:00
parent 17b3f57d48
commit 20e2fc62ae
45 changed files with 3013 additions and 4493 deletions

24
index.html Normal file
View File

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