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.
添加自定义过滤器以按版本号排序字符串
定义了自定义过滤器 version_sort,该过滤器需要传入对象数组中表示版本号的属性名称。版本号必须由自然数和 . 组成,例如 5.0.6。在排序时,插件会将版本号转换为数字数组 [5, 0, 6],然后进行排序。
https://fork-p4-docs.hmcl.workers.dev/changelog/dev
close #387