mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #238] [MERGED] feat: telegram bot #472
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#472
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/238
Author: @dreamhunter2333
Created: 5/15/2024
Status: ✅ Merged
Merged: 5/16/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
1709395feat: telegram bot📊 Changes
23 files changed (+844 additions, -57 deletions)
View changed files
📝
frontend/src/views/Admin.vue(+6 -0)➕
frontend/src/views/admin/Telegram.vue(+77 -0)📝
frontend/src/views/common/About.vue(+4 -7)📝
vitepress-docs/docs/en/cli.md(+2 -0)📝
vitepress-docs/docs/zh/guide/cli/worker.md(+14 -0)📝
vitepress-docs/docs/zh/guide/feature/config-smtp-proxy.md(+2 -0)📝
vitepress-docs/docs/zh/guide/feature/mail-api.md(+2 -2)📝
vitepress-docs/docs/zh/guide/ui/worker.md(+7 -0)📝
worker/.gitignore(+1 -0)📝
worker/package.json(+12 -4)➕
worker/patches/telegraf@4.16.3.patch(+163 -0)📝
worker/pnpm-lock.yaml(+163 -26)📝
worker/src/admin_api/index.js(+6 -1)📝
worker/src/common.js(+12 -15)📝
worker/src/constants.ts(+5 -0)📝
worker/src/email.js(+10 -0)📝
worker/src/mails_api/index.js(+6 -1)➕
worker/src/telegram_api/index.ts(+49 -0)➕
worker/src/telegram_api/telegram.ts(+269 -0)📝
worker/src/utils.js(+15 -1)...and 3 more files
📄 Description
#228
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.