Go to file
Ling 6d5b4a33b9 优化 UI 组件和提示信息格式
在 `MarkdownWpfRenderer.cs` 中,修改 `RenderHtmlBlock` 方法以支持 `<think>` 标签,返回包含进度条的 `Expander` 控件或直接返回文本块。更新 `PromptUtil.cs` 中的 `UsePrompt` 方法,增加当前时间和用户提问的 Excel 列信息格式。

在 `App.xaml` 中移除 `ThemeDictionary` 的 `ColorMode` 属性,简化主题定义。重构 `AiMessageControll.xaml` 的 UI,使用 `DockPanel` 和 `ButtonGroup`,并增加分隔线。

在 `ImportExcelPage.xaml` 中添加上下文菜单,调整 `TabControl` 和 `DataGrid` 属性以支持虚拟化,重构参数配置 UI,使用 `hc:Card` 和 `DockPanel` 结构。

在 `ImportExcelPage.xaml.cs` 中添加按钮点击事件处理程序以切换配置显示状态。在 `ImportViewModel.cs` 中更新 AI 消息处理逻辑,使用新提示格式,并添加 `_showConfig` 属性及其文档注释。
2025-03-05 23:14:54 +08:00
.vs 切换项目结构 2025-02-28 09:20:53 +08:00
.vscode 优化 Excel 数据处理和命令发送逻辑 2025-03-04 16:02:39 +08:00
src 优化 UI 组件和提示信息格式 2025-03-05 23:14:54 +08:00
.gitignore 更新 .gitignore 文件 2025-03-03 09:23:47 +08:00