36fde6e6ed
- F-1 [MEDIUM] IpAllowlistSaveRequest 加 IP/CIDR/域名格式校验 - F-2 [MEDIUM] _is_private_host 改为 async DNS 解析 (不再阻塞事件循环) - F-3 [LOW] hot-reload int转换失败改 logger.warning 而非静默pass - F-4 [LOW] 提取 _verify_reauth 辅助函数,消除4处重复re-auth代码 - F-5 [LOW] ChangePasswordRequest.totp_code 加 min_length=6 约束 - F-6 [LOW] revealTelegramToken 空catch改 console.error+toast - F-7 [LOW] toggleApiKeyVisibility 空catch改 console.error+toast