Go to file
lihanbo d1d2bebcd1 更新UI和文件处理逻辑
在 MainWindow.xaml 中,<Border> 元素增加 MinWidth="300" 属性。
在 Excel2Prompt.cs 中,增加提示列的代码。
在 ImportExcelPage.xaml 中,更新 <TextBlock> 的 Text 属性。
在 ImportExcelPage.xaml 中,<hc:TabControl> 增加 ShowCloseButton 和 ShowContextMenu 属性。
在 ImportExcelPage.xaml 中,增加 <ToolBar> 元素,包含 Button 和 Label。
在 ImportExcelPage.xaml.cs 中,Grid_DragEnter 方法增加可见性设置。
在 ImportExcelPage.xaml.cs 中,调整 Grid_Drop 和 Grid_DragLeave 方法的缩进。
在 ImportViewModel.cs 中,FileDrop 方法改为 Task,并增加文件扩展名检查。
2025-02-13 19:46:58 +08:00
Converter 重构代码并添加新功能 2024-10-21 15:21:17 +08:00
HL Add DuckDb查询支持 2025-01-06 12:19:00 +08:00
Message 添加项目文件。 2024-10-14 08:41:15 +08:00
Model Update 2024-10-29 16:57:50 +08:00
Properties 添加项目文件。 2024-10-14 08:41:15 +08:00
Services Update 2024-10-29 16:57:50 +08:00
Utils 更新UI和文件处理逻辑 2025-02-13 19:46:58 +08:00
Views 更新UI和文件处理逻辑 2025-02-13 19:46:58 +08:00
.gitattributes 添加 .gitattributes 和 .gitignore。 2024-10-14 08:41:11 +08:00
.gitignore 添加 .gitattributes 和 .gitignore。 2024-10-14 08:41:11 +08:00
App.config 添加项目文件。 2024-10-14 08:41:15 +08:00
App.xaml 添加项目文件。 2024-10-14 08:41:15 +08:00
App.xaml.cs 重构代码并添加新功能 2024-10-21 15:21:17 +08:00
ExcelHelper.csproj Add DuckDb查询支持 2025-01-06 12:19:00 +08:00
ExcelHelper.sln 添加项目文件。 2024-10-14 08:41:15 +08:00
MainWindow.xaml 更新UI和文件处理逻辑 2025-02-13 19:46:58 +08:00
MainWindow.xaml.cs Update 2024-10-29 16:57:50 +08:00