Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zpqsunny committed Nov 24, 2021
2 parents 0149919 + 106cf10 commit 2a0d359
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/views/Mobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@
</div>
</v-list-item-subtitle>
<v-list-item-subtitle>
<span>{{ item.uploadedEver | unitFormat }}</span> /
<span>{{ item.totalSize | unitFormat }}</span>&nbsp;
<template v-if="item.metadataPercentComplete >= 1">
<span>{{ item.downloadedEver | unitFormat }}</span> /
<span>{{ item.totalSize | unitFormat }}</span>&nbsp;
</template>
<span v-if="item.eta > 0" class="text-no-wrap down-color">剩余 {{ item.eta | timeInterval }}</span>
</v-list-item-subtitle>
</v-list-item-content>
Expand Down

0 comments on commit 2a0d359

Please sign in to comment.