2026-07-20 09:50:55 +08:00
|
|
|
<!doctype html>
|
2026-07-22 15:06:51 +08:00
|
|
|
<html lang="zh-CN">
|
2026-07-20 09:50:55 +08:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2026-07-22 15:06:51 +08:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/senlinai-icon.svg" />
|
2026-07-20 09:50:55 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2026-07-22 15:06:51 +08:00
|
|
|
<meta name="application-name" content="森林AI" />
|
|
|
|
|
<meta name="description" content="森林AI 私有化项目工作台" />
|
|
|
|
|
<title>森林AI</title>
|
2026-07-20 09:50:55 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|