[PR #547] [MERGED] feat: trigger another worker #616

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/547
Author: @oneisall8955
Created: 1/7/2025
Status: Merged
Merged: 1/8/2025
Merged by: @dreamhunter2333

Base: mainHead: dev_bind_auth_inbox


📝 Commits (1)

  • 1ca1eb6 feat: trigger another worker

📊 Changes

14 files changed (+302 additions, -9 deletions)

View changed files

📝 CHANGELOG.md (+6 -1)
📝 vitepress-docs/docs/.vitepress/zh.ts (+1 -0)
vitepress-docs/docs/public/feature/another-worker-enhanced-01.png (+0 -0)
vitepress-docs/docs/public/feature/another-worker-enhanced-02.png (+0 -0)
vitepress-docs/docs/public/feature/another-worker-enhanced-03.png (+0 -0)
vitepress-docs/docs/public/feature/another-worker-enhanced-04.png (+0 -0)
📝 vitepress-docs/docs/zh/guide/cli/worker.md (+22 -0)
vitepress-docs/docs/zh/guide/feature/another-worker-enhanced.md (+144 -0)
📝 worker/src/admin_api/worker_config.ts (+4 -1)
📝 worker/src/common.ts (+48 -3)
📝 worker/src/email/index.ts (+24 -3)
📝 worker/src/types.d.ts (+17 -0)
📝 worker/src/utils.ts (+17 -1)
📝 worker/wrangler.toml.template (+19 -0)

📄 Description

增加调用其他worker rpc 接口的配置。使用方式详见 another-worker-enhanced.md

typescript 新手,配合 chatgpt 实现的,写的不好的地方请指正。


🔄 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/547 **Author:** [@oneisall8955](https://github.com/oneisall8955) **Created:** 1/7/2025 **Status:** ✅ Merged **Merged:** 1/8/2025 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `dev_bind_auth_inbox` --- ### 📝 Commits (1) - [`1ca1eb6`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/1ca1eb643b23f58914fe7c8d35cbbdaf2cfc92b4) feat: trigger another worker ### 📊 Changes **14 files changed** (+302 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+6 -1) 📝 `vitepress-docs/docs/.vitepress/zh.ts` (+1 -0) ➕ `vitepress-docs/docs/public/feature/another-worker-enhanced-01.png` (+0 -0) ➕ `vitepress-docs/docs/public/feature/another-worker-enhanced-02.png` (+0 -0) ➕ `vitepress-docs/docs/public/feature/another-worker-enhanced-03.png` (+0 -0) ➕ `vitepress-docs/docs/public/feature/another-worker-enhanced-04.png` (+0 -0) 📝 `vitepress-docs/docs/zh/guide/cli/worker.md` (+22 -0) ➕ `vitepress-docs/docs/zh/guide/feature/another-worker-enhanced.md` (+144 -0) 📝 `worker/src/admin_api/worker_config.ts` (+4 -1) 📝 `worker/src/common.ts` (+48 -3) 📝 `worker/src/email/index.ts` (+24 -3) 📝 `worker/src/types.d.ts` (+17 -0) 📝 `worker/src/utils.ts` (+17 -1) 📝 `worker/wrangler.toml.template` (+19 -0) </details> ### 📄 Description 增加调用其他worker rpc 接口的配置。使用方式详见 another-worker-enhanced.md typescript 新手,配合 chatgpt 实现的,写的不好的地方请指正。 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:32:03 +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#616
No description provided.