Skip to content

Commit

Permalink
fix: clarify that the download checksums are SHA-256
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Jan 28, 2025
1 parent 83d81c7 commit f3316a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/download/DownloadIndex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ const liveKitDivHeight = (
:isa-info="item.installer">
<template #dropdown-items>
<el-dropdown-item @click="copy(item.installer.sha256sum)">
复制校验和
复制 SHA-256 校验和
</el-dropdown-item>
</template>
</DownloadButton>
Expand Down

0 comments on commit f3316a3

Please sign in to comment.