添加支持从URL下载压缩包的功能,更新仓库表单以选择上传方式#137
Merged
239573049 merged 2 commits intoAIDotNet:mainfrom Jun 20, 2025
nblog:feature/url-support
Merged
添加支持从URL下载压缩包的功能,更新仓库表单以选择上传方式#137239573049 merged 2 commits intoAIDotNet:mainfrom nblog:feature/url-support
239573049 merged 2 commits intoAIDotNet:mainfrom
nblog:feature/url-support
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
此请求引入了支持从 URL 下载压缩文件的功能,以替代直接上传文件。它包括对后端 (
WarehouseService.cs) 和前端 (RepositoryForm.tsx)的更改,以启用此功能。最重要的更改是添加了一个从 URL 下载文件的方法,更新了后台处理新上传方法的功能,并修改了前台表单以允许用户在文件上传和 URL 下载之间进行选择。