refactor(web): 更换client代码的目录

This commit is contained in:
v-zhangjc9
2025-05-09 12:14:06 +08:00
parent 8a7ad32df9
commit 121f6688c6
148 changed files with 9 additions and 118748 deletions

View File

@@ -0,0 +1,22 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<link rel="icon" href="icon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Hudi 服务总台</title>
<style>
html, body, #root {
position: absolute;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>