Initial commit: Telegram Management System
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>
This commit is contained in:
你的用户名
2025-11-04 15:37:50 +08:00
commit 237c7802e5
3674 changed files with 525172 additions and 0 deletions

10
frontend/.env.production Normal file
View File

@@ -0,0 +1,10 @@
# 生产环境配置
NODE_ENV=production
# Sentry 配置
VUE_APP_SENTRY_DSN=https://868ede648cf054a18332bd54b2b562d8@o4509444978900992.ingest.us.sentry.io/4509739431690240
VUE_APP_SENTRY_ENVIRONMENT=production
VUE_APP_SENTRY_DEBUG=false
# API 配置
VUE_APP_API_BASE_URL=/api