cloudflare_temp_email/frontend
Dream Hunter 8964d4461d
Some checks failed
Upstream Sync / Sync latest commits from upstream repo (push) Has been cancelled
feat: add admin account page with logout and responsive address bar (#803)
- Add admin account tab to display current login method
- Support logout for admin password login only
- Show login method (password/user admin/disabled check)
- Improve address bar responsive layout with auto-wrap
- Update changelog for new features

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 19:16:39 +08:00
..
public feat: add docs (#122) 2024-04-14 15:15:09 +08:00
src feat: add admin account page with logout and responsive address bar (#803) 2026-01-03 19:16:39 +08:00
.env.example feat: add telegram mini app (#250) 2024-05-19 00:35:10 +08:00
.env.pages feat: add page functions proxy to make response faster (#234) 2024-05-14 12:43:03 +08:00
.gitignore feat: add page functions proxy to make response faster (#234) 2024-05-14 12:43:03 +08:00
index.html feat: add CF Turnstile when new address (#200) 2024-05-04 23:14:23 +08:00
package.json feat: optimize email filtering with frontend-only search (#787) 2025-12-15 02:55:50 +08:00
pnpm-lock.yaml feat: optimize email filtering with frontend-only search (#787) 2025-12-15 02:55:50 +08:00
README.md feat: init 2023-08-16 11:13:26 +08:00
tsconfig.json feat: telegram bot TelegramSettings && webhook (#244) 2024-05-18 14:02:18 +08:00
vite.config.js feat: announcement support html (#566) 2025-01-20 13:53:40 +08:00

cloudflare_temp_email

This template should help get you started developing with Vue 3 in Vite.

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