fix(interview): 移除数字人区域重复字幕 - #345
Merged
Scorbunny2 merged 1 commit intoAug 5, 2026
Merged
Conversation
Scorbunny2
force-pushed
the
codex/issue-344-remove-interview-avatar-subtitle
branch
from
August 5, 2026 02:47
a99c581 to
56061aa
Compare
jyqin0203
approved these changes
Aug 5, 2026
Scorbunny2
force-pushed
the
codex/issue-344-remove-interview-avatar-subtitle
branch
from
August 5, 2026 03:23
56061aa to
7a17987
Compare
gangcaiyoule
approved these changes
Aug 5, 2026
jyqin0203
self-requested a review
August 5, 2026 03:41
jyqin0203
approved these changes
Aug 5, 2026
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.
功能描述
实现思路
AgentController.practiceSceneFamily区分面试和非面试场景。_AvatarStage传入最新 AI 消息;其他场景保持原有传值和渲染。测试方式
flutter test --no-pub test/practice/immersive_roleplay_test.dart结果:沉浸式页面 14 个 Widget 测试全部通过,包含“面试不显示顶部字幕”和“非面试仍显示字幕”的隔离验证。
Closes #344