数据同步外业端
Go to file
一梦千年 fad06a926b fix(send): 修复文件上传进度计算逻辑
- 将进度字段类型从 double 改为 decimal 以提高精度
- 移除原有的进度更新频率限制逻辑
- 重构进度计算公式,使用已完成项目数与总项目数的比例
- 修复除零错误的处理逻辑
- 更新文件计数显示格式为完成数量/总数量
2026-01-20 10:45:58 +08:00
.idea/.idea.外业端/.idea 修改 2025-03-13 14:59:34 +08:00
Assets fix(file-upload): 修复文件计数逻辑错误 2026-01-19 15:07:36 +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 fix(file-upload): 修复文件计数逻辑错误 2026-01-19 15:07:36 +08:00
View refactor(send): 重构发送视图模型中的文件上传逻辑 2026-01-16 14:38:14 +08:00
ViewModel fix(send): 修复文件上传进度计算逻辑 2026-01-20 10:45:58 +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

外业端