File tree 2 files changed +16
-18
lines changed
src/pages/index/components
2 files changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,17 @@ const zhuanlanList = reactive([
44
44
" 内建 Rescuekit 助您排除故障恢复数据。亦可用于备份等预防式维护。" ,
45
45
},
46
46
]);
47
-
48
- function toAoscOs () {
49
- router .push (" /aoscos" );
50
- }
51
47
</script >
52
48
53
49
<template >
54
50
<div class =" w-[62.5%] bg-content-main-bg p-0" >
55
- <img
51
+ <a href =" /aoscos" >
52
+ <img
56
53
src =" /assets/banners/banner_main1.svg"
57
54
alt =" "
58
55
class =" w-full cursor-pointer"
59
- @click =" toAoscOs"
60
56
/>
57
+ </a >
61
58
<!-- 咨讯要点 -->
62
59
<div >
63
60
<category-second title =" 资讯要点" />
Original file line number Diff line number Diff line change @@ -44,18 +44,19 @@ const commonLinkList = reactive([
44
44
45
45
<template >
46
46
<div class =" bg-right-bar-bg w-[37.5%] flex flex-col" >
47
- <img
48
- src =" /assets/banners/banner_minor1.svg"
49
- alt =" "
50
- class =" w-full cursor-pointer"
51
- href =" https://wiki.aosc.io/zh/aosc-os/is-aosc-os-right-for-me"
52
- />
53
- <img
54
- src =" /assets/banners/banner_minor2.svg"
55
- alt =" "
56
- class =" w-full cursor-pointer"
57
- href =" https://bbs.aosc.io/"
58
- />
47
+ <a href =" https://wiki.aosc.io/zh/aosc-os/is-aosc-os-right-for-me" >
48
+ <img
49
+ src =" /assets/banners/banner_minor1.svg"
50
+ class =" w-full cursor-pointer"
51
+ />
52
+ </a >
53
+ <a href =" https://bbs.aosc.io/" >
54
+ <img
55
+ src =" /assets/banners/banner_minor2.svg"
56
+ class =" w-full cursor-pointer"
57
+ href =" https://bbs.aosc.io/"
58
+ />
59
+ </a >
59
60
<div class =" flex flex-col flex-grow" >
60
61
<category-second
61
62
title =" 系统方案"
You can’t perform that action at this time.
0 commit comments