File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ icon: SquareTerminal
9
9
</Callout >
10
10
11
11
12
- import { ToGithub } from ' app/components/ToGithub'
12
+ import { ToGithub } from ' @/ app/components/ToGithub'
13
13
14
14
<ToGithub repo = " PaloMiku/MxShell" />
15
15
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Kami 主题
3
3
description : 一个简洁、优雅、现代的博客主题
4
4
---
5
5
6
- import { ToGithub } from ' app/components/ToGithub' ;
6
+ import { ToGithub } from ' @/ app/components/ToGithub' ;
7
7
8
8
<ToGithub repo = " mx-space/kami" />
9
9
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: 一个极简主义的个人网站,纸的纯净和雪的清新
4
4
icon : Hammer
5
5
---
6
6
7
- import { ToGithub } from ' app/components/ToGithub'
7
+ import { ToGithub } from ' @/ app/components/ToGithub'
8
8
import Image from ' next/image'
9
9
10
10
<ToGithub repo = " Innei/Shiro" />
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ icon: SquarePlus
18
18
19
19
Shiro 主题中,有一个可以在顶部显示博主当前正在做的事情的功能,这个功能是通过云函数和 ProcessReporter 软件实现的。
20
20
21
- import { ToGithub } from ' app/components/ToGithub'
21
+ import { ToGithub } from ' @/ app/components/ToGithub'
22
22
23
23
<ToGithub repo = " mx-space/ProcessReporterMac" />
24
24
<ToGithub repo = " TNXG/ProcessReporterWinpy" />
Original file line number Diff line number Diff line change 2
2
title : Yun 主题
3
3
description : A light & fast & lovely mx web style.
4
4
---
5
- import { ToGithub } from ' app/components/ToGithub' ;
5
+ import { ToGithub } from ' @/ app/components/ToGithub' ;
6
6
7
7
<ToGithub repo = " mx-space/mx-web-yun" />
8
8
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: 云函数
3
3
description : 使用 MixSpace 的云函数功能
4
4
---
5
5
6
- import { ToGithub } from ' app/components/ToGithub' ;
6
+ import { ToGithub } from ' @/ app/components/ToGithub' ;
7
7
8
8
9
9
## 介绍
You can’t perform that action at this time.
0 commit comments