fix(feedback): 修复录音音效恢复与处理动画时序 - #1074
Open
appergb wants to merge 1 commit into
Open
Conversation
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.
摘要
修复长期使用后录音提示音无法恢复、长文字或翻译仍在输入时动画提前收尾,以及选区润色处理中缺少反馈的问题。思考状态覆盖转写、润色和原生输入阶段,结果完成或交给确认面板后再收起。
修复 / 新增 / 改进
兼容
测试计划
npm test:前端构建及 85 个前端/合同测试入口通过。cargo test --locked -p openless-core --lib feedback_waits:3 项通过。cargo test --locked -p openless-core --lib native_:11 项通过。cargo test --locked -p openless-core --lib final_insert_cancellation_survives_a_dropped_stop_caller:1 项通过。cargo test --locked -p openless-core --test selection_contract --test selection_voice_contract:32 项通过。cargo test --locked --manifest-path src-tauri/Cargo.toml --lib <filter>:macOS 原生编译通过;keyboard_delivery_tests3 项、selection_feedback_tests2 项、tauri_events::tests::10 项、core_capsule_tests1 项均通过。git diff --check通过。测试入口:
scripts/audio-cue-runtime.test.mjs、Coreapi.rs中的*_feedback_waits_*、Hostkeyboard_delivery_tests/selection_feedback_tests/tauri_events::tests。全量 Tauri
cargo fmt --check仍报告 beta 已有的格式差异,位于src-tauri/src/android/jni.rs、android/updater_logic.rs和remote_server/tls_identity.rs;这些文件未在本 PR 中修改。