File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ export default navbar([
4
4
"/" ,
5
5
{
6
6
text : "博文" ,
7
- icon : "pen-to-square" ,
7
+ icon : "fa-solid fa- pen-to-square" ,
8
8
prefix : "/posts/" ,
9
9
children : [
10
10
{
11
11
text : "博文" ,
12
12
icon : "note" ,
13
13
prefix : "/category/" ,
14
14
children : [
15
- { text : "日常" , icon : "book" , link : "daily/" } ,
16
- { text : "开发" , icon : "code" , link : "develop/" } ,
15
+ { text : "日常" , icon : "fa-regular fa- book" , link : "daily/" } ,
16
+ { text : "开发" , icon : "fa-regular fa- code" , link : "develop/" } ,
17
17
] ,
18
18
} ,
19
19
] ,
Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ export default hopeTheme({
19
19
20
20
iconAssets : [
21
21
"fontawesome" ,
22
- "https://kit.fontawesome.com/b19836ac94.js" ,
22
+ "https://js.pysio.online/js/custom-icons.js" ,
23
+ "https://js.pysio.online/js/brands.js" ,
24
+ "https://js.pysio.online/js/light.min.js" ,
25
+ "https://js.pysio.online/js/regular.min.js" ,
23
26
] ,
24
27
25
28
logo : "https://imges.pysio.online//%E9%AB%98%E6%B8%85%E9%87%8D%E5%88%B6%E5%A4%B4%E5%83%8F.svg" ,
You can’t perform that action at this time.
0 commit comments