refactor(chat): 重构聊天组件结构,移除测试视图和未使用组件#33
Merged
SeasonsChange422 merged 1 commit intoTime-Machine-Lab:masterfrom Aug 23, 2025
Merged
refactor(chat): 重构聊天组件结构,移除测试视图和未使用组件#33SeasonsChange422 merged 1 commit intoTime-Machine-Lab:masterfrom
SeasonsChange422 merged 1 commit intoTime-Machine-Lab:masterfrom
Conversation
新增单选、多选和表单字段组件,优化聊天主界面布局 移除QuestionRenderer测试视图及相关路由配置 清理ChatMain中未使用的DynamicSelect代码 添加LoadingAnimation加载动画组件 简化AIChatPage逻辑,移除SSE连接改用模拟数据
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.
新增单选、多选和表单字段组件,优化聊天主界面布局
移除QuestionRenderer测试视图及相关路由配置
清理ChatMain中未使用的DynamicSelect代码
添加LoadingAnimation加载动画组件
简化AIChatPage逻辑,移除SSE连接改用模拟数据