Skip to content

feat(url-tree): implement the Put interface to support adding links directly to the UrlTree on the web side#8312

Merged
xhofe merged 3 commits intoAlistGo:mainfrom
lee-cq:urlput-add-file
Apr 12, 2025
Merged

feat(url-tree): implement the Put interface to support adding links directly to the UrlTree on the web side#8312
xhofe merged 3 commits intoAlistGo:mainfrom
lee-cq:urlput-add-file

Conversation

@lee-cq
Copy link
Copy Markdown
Contributor

@lee-cq lee-cq commented Apr 6, 2025

#7779 的拓展,添加了接口Put,支持直接在网页中通过新建文件的方式添加链接到URL-TREE。

Closes #8303

@lee-cq lee-cq changed the title feat(url-tree)支持在网页端直接添加链接 feat(url-tree): implement the Put interface to support adding links directly to the UrlTree on the web side Apr 8, 2025
@xhofe xhofe requested a review from Copilot April 12, 2025 09:04
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (2)

internal/op/path.go:33

  • [nitpick] Consider renaming 'urlTreeSplitLineFormPath' to 'urlTreeSplitLineFromPath' to correct the potential typo and improve clarity.
func urlTreeSplitLineFormPath(path string) (pp string, file string) {

internal/op/fs.go:9

  • The file uses 'stdpath' (e.g., in stdpath.Join) but does not import it. Please add the import alias: 'stdpath "path"'.
import ( ...

Comment thread internal/op/fs.go Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@xhofe xhofe merged commit 88abb32 into AlistGo:main Apr 12, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

地址树支持新增文件

3 participants