Skip to content

Commit c0cf60f

Browse files
Kaleidosiumpigpigyyy
authored andcommitted
FIx slug (stale branch issue)
1 parent 3cc069b commit c0cf60f

6 files changed

Lines changed: 17 additions & 8 deletions

File tree

doc/docs/.vitepress/theme/index.ts

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,22 @@ const theme: Theme = {
3636
{
3737
href: withBase(fm.hero.image.link),
3838
class: "image-src",
39-
style: "display: flex; justify-content: center; align-items: center;",
39+
style:
40+
"display: flex; justify-content: center; align-items: center;",
4041
},
41-
[img]
42+
[img],
4243
);
4344
}
4445

45-
return h("div", { class: "image-src", style: "display: flex; justify-content: center; align-items: center;" }, [img]);
46+
return h(
47+
"div",
48+
{
49+
class: "image-src",
50+
style:
51+
"display: flex; justify-content: center; align-items: center;",
52+
},
53+
[img],
54+
);
4655
}
4756
return null;
4857
},

doc/docs/de/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hero:
66
image:
77
src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png
88
alt: YueScript
9-
link: /de/doc/reference/mascot
9+
link: /de/doc/extras/mascot
1010
actions:
1111
- theme: brand
1212
text: Schnellstart →

doc/docs/id-id/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hero:
66
image:
77
src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png
88
alt: YueScript
9-
link: /id-id/doc/reference/mascot
9+
link: /id-id/doc/extras/mascot
1010
actions:
1111
- theme: brand
1212
text: Mulai Cepat →

doc/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hero:
66
image:
77
src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png
88
alt: YueScript
9-
link: /doc/reference/mascot
9+
link: /doc/extras/mascot
1010
actions:
1111
- theme: brand
1212
text: Quick Start →

doc/docs/pt-br/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hero:
66
image:
77
src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png
88
alt: YueScript
9-
link: /pt-br/doc/reference/mascot
9+
link: /pt-br/doc/extras/mascot
1010
actions:
1111
- theme: brand
1212
text: Início rápido →

doc/docs/zh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hero:
66
image:
77
src: /image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png
88
alt: 月之脚本
9-
link: /zh/doc/reference/mascot
9+
link: /zh/doc/extras/mascot
1010
actions:
1111
- theme: brand
1212
text: 快速上手 →

0 commit comments

Comments
 (0)