Skip to content

Commit 4de74f0

Browse files
committed
fix: Site Link
1 parent 7efd7ad commit 4de74f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/List.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ const isChangelog = defineModel("isChangelog");
252252
</div>
253253
<div class="site-link">
254254
<i class="fa fa-link text-muted fa-fw"></i>
255-
<!-- <a :href="item.url" target="_blank">{{ item.url.replace('https://', '') }}</a> -->
256-
<a :href="item.url" target="_blank">www.baidu.com</a>
255+
<a :href="item.url" target="_blank">{{ item.url.replace('https://', '') }}</a>
256+
<!-- <a :href="item.url" target="_blank">www.baidu.com</a> -->
257257
</div>
258258
</div>
259259

0 commit comments

Comments
 (0)