Files
telegram-management-system/telegram-web/README.md
你的用户名 237c7802e5
Some checks failed
Deploy / deploy (push) Has been cancelled
Initial commit: Telegram Management System
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>
2025-11-04 15:37:50 +08:00

18 lines
389 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Telegram Web 集成方案
## 方案选择
### 1. Telegram Web K (推荐)
- 官方开源版本https://github.com/morethanwords/tweb
- 完整功能,可自定义
- 基于现代技术栈
### 2. Telegram Web A
- 官方版本https://web.telegram.org
- 可通过iframe嵌入
### 3. 基于gramJS的完整实现
- 使用现有的gramJS库
- 完全自定义UI和功能
## 实现步骤