数据同步外业端
Go to file
一梦千年 fe1f237417 refactor(database): 重构数据库连接管理实现
- 将SqlSugarClient替换为SqlSugarScope以改进连接管理
- 修改FileUploadService中的数据库操作方法,使用using语句确保连接正确释放
- 移除不再使用的静态数据库实例和锁机制
- 更新视图模型中的文件上传逻辑,优化异步任务处理
- 简化SendViewModel中的上传任务管理和进度更新机制
- 移除不必要的引用和注释代码,清理代码结构
2026-01-17 09:29:03 +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 refactor(database): 重构数据库连接管理实现 2026-01-17 09:29:03 +08:00
Services refactor(database): 重构数据库连接管理实现 2026-01-17 09:29:03 +08:00
View refactor(send): 重构发送视图模型中的文件上传逻辑 2026-01-16 14:38:14 +08:00
ViewModel refactor(database): 重构数据库连接管理实现 2026-01-17 09:29:03 +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 refactor(send): 重构发送视图模型中的文件上传逻辑 2026-01-16 14:38:14 +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 minio切换到175公网 2026-01-14 15:12:03 +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

外业端