iot-gateway_fontend/index.html
Kven 13360113ef feat(message): 优化消息通知功能
- 修改标题为"IOT设备管理系统"
- 优化消息通知组件,增加未读消息数量显示- 添加消息详情查看功能
- 更新消息列表展示,增加操作按钮
- 调整消息接口路径
2025-03-26 21:19:40 +08:00

18 lines
463 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="shortcut icon"
type="image/x-icon"
href="https://unpkg.byted-static.com/latest/byted/arco-config/assets/favicon.ico"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IOT设备管理系统</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>