mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #547] [MERGED] feat: trigger another worker #616
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#616
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/547
Author: @oneisall8955
Created: 1/7/2025
Status: ✅ Merged
Merged: 1/8/2025
Merged by: @dreamhunter2333
Base:
main← Head:dev_bind_auth_inbox📝 Commits (1)
1ca1eb6feat: 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.