XuqmGroup-Vue3SDK-Demo/index.html
徐勤民 28c1110344 feat: initial Vue3 SDK Demo application
- Login page with quick user selection
- Real-time chat with WebSocket (STOMP)
- Conversation/friend/group list sidebar
- API test console with operation logs
- Integration with local dev environment
2026-04-30 16:59:06 +08:00

13 行
301 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>Vue3 SDK Demo</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>