File tree 3 files changed +5
-9
lines changed
src/components/modules/shared
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
记录一下建站的第一天,也许开心到爆炸.
2
2
![ 建站图片] ( https://upload-bbs.miyoushe.com/upload/2024/07/27/75276539/98580c852764d70e5a9597aa7678f131_2245446554692880272.jpg )
3
- ![ 建站图片] ( https://upload-bbs.miyoushe.com/upload/2024/03/20/285532152/757fa74f8b38fdfab0bd1b653a69af4d_6553329811603610700.gif )
3
+ ![ 建站图片] ( https://upload-bbs.miyoushe.com/upload/2024/03/20/285532152/757fa74f8b38fdfab0bd1b653a69af4d_6553329811603610700.gif )
Original file line number Diff line number Diff line change 1
1
{
2
2
"postDataMap" : {
3
3
"first" : {
4
- "authors" : [
5
- " zhw"
6
- ],
4
+ "authors" : [" zhw" ],
7
5
"title" : " 建站" ,
8
6
"tag" : " 生活" ,
9
7
"path" : " first" ,
23
21
},
24
22
"postDataList" : [
25
23
{
26
- "authors" : [
27
- " zhw"
28
- ],
24
+ "authors" : [" zhw" ],
29
25
"title" : " 建站" ,
30
26
"tag" : " 生活" ,
31
27
"path" : " first" ,
43
39
"modified" : true
44
40
}
45
41
]
46
- }
42
+ }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const loadedImages = new Set<string>();
8
8
9
9
interface PrefetchLinkProps extends React . ComponentProps < typeof Link > {
10
10
href : string ;
11
- preFetchImages : string [ ] ;
11
+ preFetchImages ? : string [ ] ;
12
12
}
13
13
14
14
export const PrefetchLink : React . FC < PrefetchLinkProps > = ( {
You can’t perform that action at this time.
0 commit comments