mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[PR #782] [MERGED] feat: v1.1.0 release with AI email extraction and security enhancements #760
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#760
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/782
Author: @dreamhunter2333
Created: 12/11/2025
Status: ✅ Merged
Merged: 12/11/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
6a00d6bfix: initialize customSqlCleanupList to empty array if undefined📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
frontend/src/views/admin/Maintenance.vue(+3 -0)📄 Description
User description
Summary
Test plan
🤖 Generated with Claude Code
PR Type
Bug fix
Description
Fix uninitialized
customSqlCleanupListto prevent runtime errors.Enhance stability of the maintenance cleanup feature.
Changes walkthrough 📝
Maintenance.vue
Initialize `customSqlCleanupList` to avoid undefined errorsfrontend/src/views/admin/Maintenance.vue
customSqlCleanupListto an empty array ifundefined.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.