feat: 项目基本架构和组件引入、新增玩家服务中心入口和运营后台管理员入口。

This commit is contained in:
Stev_Wang
2025-12-12 00:14:36 +08:00
parent 209f50e4c4
commit f5906044d8
23 changed files with 5416 additions and 129 deletions

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mhxy-web</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>