Skip to content

Commit

Permalink
feat(mirrorlist): url redirection for mirror type
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqVictor committed Nov 3, 2023
1 parent b2720fd commit 641742f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MirrorList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
:last-update="item.lastUpdateTimeString"
:status="item.status"
:size="item.size"
:url="item.url"
:description="item.desc"
:is-shrinked="isShrinked" />
</div>
Expand Down

0 comments on commit 641742f

Please sign in to comment.