[PR #276] [MERGED] feat: add TITLE in worker for custom website title #506

Closed
opened 2026-02-26 21:31:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/276
Author: @dreamhunter2333
Created: 5/26/2024
Status: Merged
Merged: 5/26/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • 000c03a feat: add TITLE in worker for custom website title

📊 Changes

14 files changed (+93 additions, -10 deletions)

View changed files

📝 CHANGELOG.md (+4 -0)
📝 frontend/package.json (+1 -0)
📝 frontend/pnpm-lock.yaml (+60 -0)
📝 frontend/src/api/index.js (+1 -0)
📝 frontend/src/components/MailBox.vue (+4 -4)
📝 frontend/src/components/SendBox.vue (+4 -4)
📝 frontend/src/main.js (+3 -0)
📝 frontend/src/store/index.js (+1 -0)
📝 frontend/src/views/Header.vue (+10 -2)
📝 vitepress-docs/docs/en/cli.md (+1 -0)
📝 vitepress-docs/docs/zh/guide/cli/worker.md (+1 -0)
📝 worker/src/commom_api.ts (+1 -0)
📝 worker/src/types.d.ts (+1 -0)
📝 worker/wrangler.toml.template (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/276 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 5/26/2024 **Status:** ✅ Merged **Merged:** 5/26/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`000c03a`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/000c03a4fcd5233f3daf17920d11c25a8b525e7e) feat: add TITLE in worker for custom website title ### 📊 Changes **14 files changed** (+93 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -0) 📝 `frontend/package.json` (+1 -0) 📝 `frontend/pnpm-lock.yaml` (+60 -0) 📝 `frontend/src/api/index.js` (+1 -0) 📝 `frontend/src/components/MailBox.vue` (+4 -4) 📝 `frontend/src/components/SendBox.vue` (+4 -4) 📝 `frontend/src/main.js` (+3 -0) 📝 `frontend/src/store/index.js` (+1 -0) 📝 `frontend/src/views/Header.vue` (+10 -2) 📝 `vitepress-docs/docs/en/cli.md` (+1 -0) 📝 `vitepress-docs/docs/zh/guide/cli/worker.md` (+1 -0) 📝 `worker/src/commom_api.ts` (+1 -0) 📝 `worker/src/types.d.ts` (+1 -0) 📝 `worker/wrangler.toml.template` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:31:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#506
No description provided.