File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const articleComponent = ref();
7
7
8
8
articleComponent .value = defineAsyncComponent (() =>
9
9
// @ts-ignore
10
- import (' ./articles/2025-info .zh.md' ).catch ((err ) => {
10
+ import (' ./articles/2025.zh.md' ).catch ((err ) => {
11
11
console .error (' Article not found:' , err );
12
12
error .value = err ;
13
13
})
@@ -38,7 +38,6 @@ articleComponent.value = defineAsyncComponent(() =>
38
38
<page-not-found />
39
39
</template >
40
40
<template v-else >
41
- <category-second v-if =" !error" title =" AOSCC 2025" class =" mb-6" />
42
41
<component class =" vuepress-markdown-body" :is =" articleComponent" />
43
42
</template >
44
43
</div >
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ description: AOSCC 2025 参会信息及日程安排
4
4
date : 2025-06-11
5
5
---
6
6
7
+ ## AOSCC 2025
8
+
7
9
::: info
8
10
9
11
由于注册人数[ 远超预期] ( /news/detail/2025-06-27-aoscc-2025-registration-suspended.zh-cn.md ) ,AOSCC 2025 注册已提前截止。
Original file line number Diff line number Diff line change @@ -188,12 +188,12 @@ const router = createRouter({
188
188
}
189
189
} ,
190
190
{
191
- path : '/aoscc' ,
192
- name : ' aoscc' ,
193
- component : AosccIndex ,
194
- meta : {
195
- title : 'AOSCC'
196
- }
191
+ path :'/aoscc' ,
192
+ redirect : '/ aoscc/2025'
193
+ } ,
194
+ {
195
+ path : '/aoscc/2025' ,
196
+ component : AosccIndex
197
197
} ,
198
198
{
199
199
path : '/aoscc/:slug' ,
You can’t perform that action at this time.
0 commit comments