feat(frontend): add management portal landing page

This commit is contained in:
david
2026-07-31 15:00:44 +08:00
parent ad6a914450
commit 486fcc94e9
16 changed files with 2536 additions and 0 deletions

18
frontend/site/index.html Normal file
View File

@@ -0,0 +1,18 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="和气智能瓶阀、气站运营与配送履约一体化管理入口"
/>
<meta name="theme-color" content="#f7faff" />
<link rel="icon" type="image/svg+xml" href="/assets/heqi-logo.svg" />
<title>和气 · 管理系统入口</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>