Skip to content

Commit

Permalink
feat(mirrorlist): git information
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqVictor committed Nov 7, 2023
1 parent 641742f commit 0075c5e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/MirrorList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
:type="choice"
:name="item.alias"
:url="item.url"
:description="item.desc"
:upstream="item.upstream" />
</div>
<div v-else-if="choice===3" class="mirror-container">
Expand All @@ -39,8 +40,12 @@
class="mirror-card"
:type="choice"
:name="item.alias"
:last-update="item.lastUpdateTimeString"
:status="item.status"
:size="item.size"
:url="item.url"
:upstream="item.upstream" />
:description="item.desc"
:is-shrinked="isShrinked" />
</div>
</div>
</a-col>
Expand Down

0 comments on commit 0075c5e

Please sign in to comment.