feat: upgrade version to v1.0.7 (#754)

- feat: |Admin| 新增 IP 黑名单功能,用于限制访问频率较高的 API
- feat: |Admin| 新增 RATE_LIMIT_API_DAILY_REQUESTS 配置,用于限制每日 API 请求次数
- fix: |Admin| IP 黑名单检查增加错误处理,提高系统稳定性

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

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Dream Hunter
2025-11-03 21:00:44 +08:00
committed by GitHub
co-authored by Claude
parent be36967b80
commit 8b7ddae4f6
9 changed files with 1600 additions and 1593 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
{
"name": "temp-mail-docs",
"private": true,
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"devDependencies": {
"@types/node": "^24.7.2",
"@types/node": "^24.10.0",
"vitepress": "^1.6.4",
"wrangler": "^4.42.2"
"wrangler": "^4.45.3"
},
"scripts": {
"dev": "vitepress dev docs",
+343 -343
View File
File diff suppressed because it is too large Load Diff