2026-05-07 02:18:36 +08:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>美图 Agent</title>
|
|
|
|
|
</head>
|
2026-05-07 03:48:14 +08:00
|
|
|
<body class="bg-white text-zinc-900 antialiased">
|
2026-05-07 02:18:36 +08:00
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|