Some checks failed
Deploy / deploy (push) Has been cancelled
Full-stack web application for Telegram management - Frontend: Vue 3 + Vben Admin - Backend: NestJS - Features: User management, group broadcast, statistics 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
262 B
HTML
13 lines
262 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Check Homepage Error</title>
|
|
</head>
|
|
<body>
|
|
<h1>正在检查首页错误...</h1>
|
|
<script>
|
|
// 自动跳转到首页
|
|
window.location.href = 'http://localhost:8890/home';
|
|
</script>
|
|
</body>
|
|
</html> |