feat: add telegram mini app (#250)

This commit is contained in:
Dream Hunter
2024-05-19 00:35:10 +08:00
committed by GitHub
parent 46576316e6
commit 870b7b9198
12 changed files with 234 additions and 8 deletions

View File

@@ -1,6 +1,19 @@
# 配置 Telegram Bot
## Bot
- 可设置白名单用户
- 点击`初始化`即可完成配置。
- 点击`查看状态`,可以查看当前配置的状态。
![telegram](/feature/telegram.png)
## Mini App
```bash
cd frontend
pnpm install
cp .env.example .env.prod
# --project-name 可以单独为 mini app 创建一个 pages, 你也可以公用一个 pages但是可能遇到 js 加载不了的问题
pnpm run deploy:telegram --project-name=<你的项目名称>
```