mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #189] [MERGED] feat: add cron auto clean up #437
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#437
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/189
Author: @dreamhunter2333
Created: 5/3/2024
Status: ✅ Merged
Merged: 5/3/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
6859da7feat: add cron auto clean up📊 Changes
16 files changed (+351 additions, -159 deletions)
View changed files
📝
frontend/src/views/admin/AccountSettings.vue(+1 -3)📝
frontend/src/views/admin/Maintenance.vue(+98 -47)📝
frontend/src/views/user/AutoReply.vue(+15 -10)📝
vitepress-docs/docs/en/cli.md(+5 -1)📝
vitepress-docs/docs/zh/guide/cli/worker.md(+4 -0)➕
worker/src/admin/cleanup_api.js(+25 -0)📝
worker/src/admin_api.js(+11 -47)📝
worker/src/common.js(+35 -2)📝
worker/src/constants.js(+1 -0)📝
worker/src/router.js(+5 -49)➕
worker/src/scheduled.js(+41 -0)➕
worker/src/user/auto_reply.js(+52 -0)➕
worker/src/user_api.js(+10 -0)📝
worker/src/utils.js(+40 -0)📝
worker/src/worker.js(+4 -0)📝
worker/wrangler.toml.template(+4 -0)📄 Description
#125
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.