feat(windows): 增加确认式手改学习与隐私门控 - #1047
Closed
chenleshu wants to merge 1 commit into
Closed
Conversation
Collaborator
|
所有功能必须先合入beta,Beta是默认分支 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要
为 Windows 增加实验性的“听写后发现手改 → 用户确认 → 保存纠正规则”流程,复用现有建议卡片和规则存储。没有关联 issue。
当前补丁基于
v1.3.18-tauri,目标为稳定主线main;提交前已确认 main 相对该基线仅有 Cask 更新。默认开发分支 beta 已重构 coordinator/core,尚未将本补丁移植到 beta。如果维护者要求功能先进入 beta,可据此评审并讨论移植,不将稳定版验证冒充 beta 验证。修复 / 新增 / 改进
docs/windows-edit-learning.md,记录实现、限制、验证证据和人工验收清单。兼容
测试计划
git diff --cached --check通过。npm run build通过。cargo check --locked --lib和 Windows release 构建,修改后的应用启动成功。docs/windows-edit-learning.md。未上传用户录音或私人日志。请重点评审 Windows UIA 安全边界、固定替换的产品语义,以及是否需要先移植到 beta。请求维护者评审决定是否合并,不自动执行合并。