cloudflare_temp_email/frontend
Dream Hunter 0f418d7e94
feat: hide send mail UI when not configured (#827)
- Add isSendMailEnabled and isAnySendMailEnabled functions in common.ts
- Return enableSendMail field in /open_api/settings
- Hide sendmail tab, sendbox tab, and reply button when send mail is not configured
- Check RESEND_TOKEN, SMTP_CONFIG, and SEND_MAIL binding per domain

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 23:37:51 +08:00
..
public feat: add docs (#122) 2024-04-14 15:15:09 +08:00
src feat: hide send mail UI when not configured (#827) 2026-02-01 23:37:51 +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 perf: use waitUntil for async address activity updates (#826) 2026-02-01 21:20:39 +08:00
pnpm-lock.yaml perf: use waitUntil for async address activity updates (#826) 2026-02-01 21:20:39 +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