Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
BalloonUpdate
/
Mcpatch2JavaClient
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
11
Code
Issues
3
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: 多线程并行下载 + 分片断点续传 + 进度条焦点管理重构
- #7
#7
Closed
creeperCN
wants to merge 23 commits into
BalloonUpdate:main
BalloonUpdate/Mcpatch2JavaClient:main
from
creeperCN:feature/multi-thread-download
creeperCN/Mcpatch2JavaClient:feature/multi-thread-download
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Closed
feat: 多线程并行下载 + 分片断点续传 + 进度条焦点管理重构
#7
creeperCN
wants to merge 23 commits into
BalloonUpdate:main
BalloonUpdate/Mcpatch2JavaClient:main
from
creeperCN:feature/multi-thread-download
creeperCN/Mcpatch2JavaClient:feature/multi-thread-download
Copy head branch name to clipboard
Commits
Commits on Apr 17, 2026
feat: 实现多文件并行下载功能
Show description for 532bde9
creeperCN
committed
532bde9
View commit details
Copy full SHA for 532bde9
Browse repository at this point
Commits on Apr 18, 2026
添加多线程下载和分片下载功能
Show description for dbde7a7
creeperCN
committed
dbde7a7
View commit details
Copy full SHA for dbde7a7
Browse repository at this point
Test token permissions
creeperCN
committed
ba0e508
View commit details
Copy full SHA for ba0e508
Browse repository at this point
Remove test file
creeperCN
committed
62cad8a
View commit details
Copy full SHA for 62cad8a
Browse repository at this point
feat: 添加分片下载 SHA-256 校验支持
Show description for 0d77063
creeperCN
committed
0d77063
View commit details
Copy full SHA for 0d77063
Browse repository at this point
fix: 修复分片下载 Range 偏移量缺少 file.offset 的致命 Bug
Show description for 3b0ddb9
Z User
committed
3b0ddb9
View commit details
Copy full SHA for 3b0ddb9
Browse repository at this point
fix: 代码审查发现的严重问题修复
Show description for b6da4db
Z User
committed
b6da4db
View commit details
Copy full SHA for b6da4db
Browse repository at this point
fix: 修复分片下载线程池死锁导致GUI卡死的问题
Show description for 6a057d1
Z User
committed
6a057d1
View commit details
Copy full SHA for 6a057d1
Browse repository at this point
feat: 全面优化更新窗口UI,大幅提升用户体验
Show description for 6588180
Z User
committed
6588180
View commit details
Copy full SHA for 6588180
Browse repository at this point
fix: 修复合并和校验阶段进度条仍显示下载状态的问题
Show description for bfa7af7
Z User
committed
bfa7af7
View commit details
Copy full SHA for bfa7af7
Browse repository at this point
fix: 修复分片下载时单文件进度条不动 + 校验后仍显示下载中
Show description for e3f6ae4
Z User
committed
e3f6ae4
View commit details
Copy full SHA for e3f6ae4
Browse repository at this point
fix: 修复进度条多项Bug + 实现多文件并行下载焦点显示机制
Show description for 4bbedef
Z User
committed
4bbedef
View commit details
Copy full SHA for 4bbedef
Browse repository at this point
fix: 修复总进度等于最后一个文件下载进度的多项Bug
Show description for de8bc03
Z User
committed
de8bc03
View commit details
Copy full SHA for de8bc03
Browse repository at this point
fix: 总进度被最后一个文件下载进度覆盖的 bug
Show description for d6b8bb0
Z User
committed
d6b8bb0
View commit details
Copy full SHA for d6b8bb0
Browse repository at this point
refactor: 代码审查优化 - 修复线程安全/性能/资源泄漏问题
Show description for 0600490
Z User
committed
0600490
View commit details
Copy full SHA for 0600490
Browse repository at this point
fix: 代码审查第二轮 - 修复多项严重bug和线程安全问题
Show description for b52311c
Z User
committed
b52311c
View commit details
Copy full SHA for b52311c
Browse repository at this point
fix: ChunkedDownloader 单文件进度更新添加焦点检查
Show description for 41fd3eb
Z User
committed
41fd3eb
View commit details
Copy full SHA for 41fd3eb
Browse repository at this point
refactor: 提取 FocusManager 类,修复 focusFilename 共享状态设计缺陷
Show description for edb40ba
Z User
committed
edb40ba
View commit details
Copy full SHA for edb40ba
Browse repository at this point
fix: 修复 ChunkedDownloader 校验/合并阶段进度条焦点判断错误
Show description for 0b0ddc3
Z User
committed
0b0ddc3
View commit details
Copy full SHA for 0b0ddc3
Browse repository at this point
ci: 更新 release workflow actions 版本,消除弃用警告
Show description for 600b595
Z User
committed
600b595
View commit details
Copy full SHA for 600b595
Browse repository at this point
ci: 触发 code-check workflow 重新运行(验证 NVD API Key 和 OWASP 扫描修复)
Z User
committed
12a27f3
View commit details
Copy full SHA for 12a27f3
Browse repository at this point
ci: 同步 code-check.yml(移除依赖审查步骤)
Z User
committed
10c3d3e
View commit details
Copy full SHA for 10c3d3e
Browse repository at this point
ci: 同步 code-check.yml(移除依赖漏洞扫描 Job)
Z User
committed
d225f5c
View commit details
Copy full SHA for d225f5c
Browse repository at this point
You can’t perform that action at this time.