Skip to content

Commit

Permalink
fix: Site Link
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanzhi33 committed Sep 4, 2024
1 parent 7efd7ad commit 4de74f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ const isChangelog = defineModel("isChangelog");
</div>
<div class="site-link">
<i class="fa fa-link text-muted fa-fw"></i>
<!-- <a :href="item.url" target="_blank">{{ item.url.replace('https://', '') }}</a> -->
<a :href="item.url" target="_blank">www.baidu.com</a>
<a :href="item.url" target="_blank">{{ item.url.replace('https://', '') }}</a>
<!-- <a :href="item.url" target="_blank">www.baidu.com</a> -->
</div>
</div>

Expand Down

0 comments on commit 4de74f0

Please sign in to comment.