chore: migrate repository to standard knowledge base layout

This commit is contained in:
tukuaiai
2026-05-02 03:29:06 +08:00
parent fb3bd75473
commit a23de97460
565 changed files with 687 additions and 711 deletions
+19
View File
@@ -0,0 +1,19 @@
# 🤖 telegram-dev
> Telegram Bot 开发实战经验
## 项目背景
Telegram Bot 开发中遇到的问题和解决方案,主要涉及消息格式、Markdown 渲染等。
## 文档列表
| 文件 | 说明 |
|:---|:---|
| [telegram Markdown 代码块格式修复记录 2025-12-15.md](telegram%20Markdown%20代码块格式修复记录%202025-12-15.md) | Telegram Markdown 代码块渲染问题修复 |
## 技术栈
- Python
- python-telegram-bot
- Telegram Bot API