数据同步外业端
Go to file
一梦千年 9acd859ed4 fix(app): 解决应用程序退出时系统托盘图标未清理的问题
- 添加了_mainWindow私有字段用于引用LinkWindowBase实例
- 修复了TaskScheduler异常处理中的错误日志记录参数
- 实现了OnExit重写方法以确保应用程序退出时调用清理逻辑
- 添加了CleanupSystemTrayIcon方法使用反射清理NotifyIcon资源
- 通过反射访问LinkWindowBase中的_notifyIcon字段并调用Dispose方法
- 确保应用程序完全退出时释放所有系统托盘相关资源
2026-01-14 15:01:34 +08:00
.idea/.idea.外业端/.idea 修改 2025-03-13 14:59:34 +08:00
Assets 修改通知图标 2025-04-26 09:59:55 +08:00
Controller 待上传添加,代码整理 2025-06-04 17:20:25 +08:00
Domain 操作界面 2025-03-17 10:58:59 +08:00
Models 断点续传修改 2025-07-05 16:46:35 +08:00
Provider fix(minio): 调整HTTP客户端重试配置 2026-01-14 13:14:40 +08:00
Services 上传修改 2025-07-18 11:36:42 +08:00
View 网盘上传 2025-07-14 17:32:18 +08:00
ViewModel 上传修改 2025-07-18 11:36:42 +08:00
.gitattributes 添加 .gitattributes、.gitignore 和 README.md。 2025-03-13 09:58:14 +08:00
.gitignore chore(gitignore): 更新忽略规则以排除IDEA配置文件 2026-01-14 09:39:12 +08:00
App.xaml 临时隐藏设置为默认下载路径 2025-04-23 16:21:43 +08:00
App.xaml.cs fix(app): 解决应用程序退出时系统托盘图标未清理的问题 2026-01-14 15:01:34 +08:00
AssemblyInfo.cs 1. 同步下载 2025-03-20 09:09:14 +08:00
Hopetry.csproj 解决冲突 2025-04-28 13:23:11 +08:00
README.md 添加 .gitattributes、.gitignore 和 README.md。 2025-03-13 09:58:14 +08:00
Styles.xaml 修改 2025-03-13 14:59:34 +08:00
global.json 打不开问题修改 2025-07-18 10:51:58 +08:00
logo.ico logo 2025-04-24 08:48:39 +08:00
minio.db 断点续传修改 2025-07-05 16:46:35 +08:00
网盘.sln chore(gitignore): 更新忽略规则以排除IDEA配置文件 2026-01-14 09:39:12 +08:00

README.md

外业端