File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ articleComponent.value = defineAsyncComponent(() =>
18
18
<div >
19
19
<category-second title =" AOSCC:社区年度聚会" id =" aoscc" />
20
20
<div class =" aoscc-banner-bg relative h-[280px] px-10 py-6 text-white" >
21
- <div class =" absolute bottom-0 mb-10 ml-1" >
22
- <AosccLinkButton to =" https://aoscc.aosc.io" class = " mr-4 "
21
+ <div class =" absolute bottom-0 mb-10 ml-1 flex gap-4 " >
22
+ <AosccLinkButton to =" https://aoscc.aosc.io" target = " _blank "
23
23
>订购纪念品</AosccLinkButton
24
24
>
25
- <AosccLinkButton to =" /aoscc/2025-guide" >实用信息</AosccLinkButton >
25
+ <AosccLinkButton to =" /aoscc/2025-schedule" >会议日程</AosccLinkButton >
26
+ <AosccLinkButton to =" /aoscc/2025-guide" >交通和住宿</AosccLinkButton >
26
27
</div >
27
28
</div >
28
29
<div class =" vuepress-markdown-body" >
You can’t perform that action at this time.
0 commit comments