mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-07-22 12:56:48 +08:00
- Add multi-select functionality with native Naive UI selection column - Implement batch operations: delete, clear inbox, clear sent items - Create reusable executeBatchOperation function to eliminate code duplication - Add error recovery mechanism: failed items remain selected for retry - Add progress modal with real-time percentage display - Support smart skip logic: skip addresses with no mails/sent items - Add i18n support for English and Chinese - Update CHANGELOG.md with new features 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
cloudflare_temp_email
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build