discussion(mobile): 确认自动解锁密码弹窗优化的冷更影响
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 401
- Avg merge
- 21h 48m
- Merged PRs (30d)
- 776
Description
## 需要确认的改动
自动解锁设置失败提示与远程操作文案优化,包含 iOS 原生 Mac 密码弹窗:移除内部设备标识,说明密码仅加密后保存在本地,按 Face ID / Touch ID 显示建议。
## 为什么涉及冷更
密码输入和文案资源位于 Swift 原生凭证模块。保留密码不经 JavaScript 的现有边界,需要更新原生包。fingerprint 配置将此 Sources 目录同时纳入 iOS / Android;同环境下与原始基线比较,两平台 hash 均变化。虽然 Android 不显示这个表单,runtime 仍会变化,旧装机无法通过同 runtime OTA 接收本版本。
## 建议
随下一次计划内原生发版一起交付,避免为文案单独冷更。没有身份验证、密码存储格式或服务端变更。
按 docs/dev-rules/mobile-development.md 的冷更规则,请指定维护者确认这一影响与发版安排。关联 PR 在确认前保持 draft,不进入自动审查或合并。
Contributor guide
Research direction
Read docs/dev-rules/mobile-development.md and inspect the credential-related Swift sources under Sources, including the fingerprint scope used for iOS and Android. Confirm whether the proposed wording and native-package change alter the cold-update boundary, then document the maintainer decision and planned native release; the associated PR should remain draft until confirmation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, swift
- Domain
- mobile-dev, release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100