Skip to content

Commit

Permalink
update download link
Browse files Browse the repository at this point in the history
  • Loading branch information
Subilan committed Jan 17, 2024
1 parent 44691e8 commit 92e6bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Terms.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div class="description-and-downloads">
<div class="downloads" :class="`st${i}`" v-if="termList[i].files.length > 0">
<a v-for="y in termList[i].files" target="_blank"
:href="`https://fnmdp-1253679544.cos.ap-hongkong.myqcloud.com/uploads/ST${i}/${y.filename}`">
:href="`https://d.seati.cc/uploads/ST${i}/${y.filename}`">
<mdicon :name="getIcon(y.filename)"/> 下载{{ getFileNameCN(y.filename) }} .{{ getFormat(y.filename) }} <span
style="opacity: .6;">- {{ y.size }}{{
getUnit(y.unit) }}</span>
Expand Down

0 comments on commit 92e6bd3

Please sign in to comment.