Files
udmin/frontend/index.html
ayou f05eb0aeab chore: 更新环境变量和前端文本内容
修改后端端口号和JWT密钥配置
更新前端标题和品牌名称为"道友"
调整前端环境变量配置
2025-08-28 23:08:20 +08:00

12 lines
300 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>道友Admin</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>