fix: prevent iOS input focus zoom (#1033)

fix: prevent ios input focus zoom
This commit is contained in:
Dream Hunter
2026-05-10 02:05:31 +08:00
committed by GitHub
parent 2df4de22d9
commit 74c8e8f7e4
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
- fix: |Address| 管理员邮箱地址列表与用户绑定地址列表不再返回已存储的地址密码哈希值,避免列表接口暴露敏感字段
- fix: |AI 提取| 将 AI 邮件识别默认 Workers AI 模型切换为支持 JSON Mode 且未弃用的 `@cf/meta/llama-3.1-8b-instruct-fast`,并在文档中补充 `@cf/zai-org/glm-4.7-flash` 结构化输出兼容性提示(issue #1029
- fix: |CI| 将 GitHub Actions 与 e2e Docker 镜像统一升级到 Node.js 24,适配 Wrangler 4.90.0 的运行时要求
- fix: |Frontend| 修复 iOS Safari 点击输入框时因移动端表单控件字号过小导致页面自动放大的问题
### Improvements