cloudflare_temp_email/frontend
Dream Hunter b337a44e62
feat: add daily request limit and refactor access control (#759)
- Add daily request limit per IP in blacklist settings (1-1,000,000/day)
- Refactor access control logic: merge blacklist and rate limit checks
- Remove RATE_LIMIT_API_DAILY_REQUESTS env var, use database config instead
- Move x-custom-auth check earlier in middleware chain
- Add comprehensive English documentation (31 new guide pages)
- Improve code structure and error handling

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

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-08 12:46:30 +08:00
..
public feat: add docs (#122) 2024-04-14 15:15:09 +08:00
src feat: add daily request limit and refactor access control (#759) 2025-11-08 12:46:30 +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: 添加浏览器指纹黑名单功能 (#757) 2025-11-05 15:50:39 +08:00
pnpm-lock.yaml feat: 添加浏览器指纹黑名单功能 (#757) 2025-11-05 15:50: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