Skip to content

Commit

Permalink
fix: 让浏览器知道首页的图片是链接
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Jul 8, 2024
1 parent 38ab587 commit d76144a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pages/index/components/RightBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,13 @@ const commonLinkList = reactive([
src="/assets/banners/banner_minor1.svg"
alt=""
class="w-full cursor-pointer"
@click="
toOutUrl('https://wiki.aosc.io/zh/aosc-os/is-aosc-os-right-for-me/')
"
href="https://wiki.aosc.io/zh/aosc-os/is-aosc-os-right-for-me"
/>
<img
src="/assets/banners/banner_minor2.svg"
alt=""
class="w-full cursor-pointer"
@click="toOutUrl('https://bbs.aosc.io/')"
href="https://bbs.aosc.io/"
/>
<div class="flex flex-col flex-grow">
<category-second
Expand Down

0 comments on commit d76144a

Please sign in to comment.