File tree Expand file tree Collapse file tree 5 files changed +35
-16
lines changed
Expand file tree Collapse file tree 5 files changed +35
-16
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,18 @@ const getDynamicNavBarConfig = (): NavBarConfig => {
4444 icon : "fa6-brands:github" ,
4545 } ,
4646 {
47+ name : "youtube" ,
48+ icon : "youtube" ,
49+ external : true ,
50+ url : "https://www.youtube.com/@ItsAlvinLuo" ,
51+ } ,
52+ {
53+ name : "bilibili" ,
54+ icon : "bilibili" ,
55+ external : true ,
56+ url : "https://space.bilibili.com/1506265259" ,
57+ } ,
58+ {
4759 name : "Instagram" ,
4860 url : "https://www.instagram.com/louyaosheng16" ,
4961 icon : "instagram" ,
@@ -55,12 +67,14 @@ const getDynamicNavBarConfig = (): NavBarConfig => {
5567 external : true ,
5668 icon : "redbook" ,
5769 } ,
58- {
59- name : "Tiktok" ,
60- url : "https://www.tiktok.com/@alvinluo86" ,
61- external : true ,
62- icon : "tiktok" ,
63- }
70+ // {
71+ // name: "Tiktok",
72+ // url: "https://www.tiktok.com/@alvinluo86",
73+ // external: true,
74+ // icon: "tiktok",
75+ // },
76+
77+
6478
6579
6680 ] ,
Original file line number Diff line number Diff line change @@ -15,20 +15,23 @@ export const profileConfig: ProfileConfig = {
1515 icon : "fa6-solid:envelope" ,
16161717 } ,
18- {
19- name : "Instagram" ,
20- icon : "instagram" ,
21- url : "https://www.instagram.com/louyaosheng16" ,
18+ {
19+ name : "youtube" ,
20+ icon : "youtube" ,
21+
22+ url : "https://www.youtube.com/@ItsAlvinLuo" ,
23+ } ,
24+ {
25+ name : "bilibili" ,
26+ icon : "bilibili" ,
27+ url : "https://space.bilibili.com/1506265259" ,
2228 } ,
29+
2330 {
2431 name : "Xiaohongshu" ,
2532 icon : "redbook" ,
2633 url : "https://www.xiaohongshu.com/user/profile/5fa793ed00000000010038a3" ,
2734 } ,
28- {
29- name : "Tiktok" ,
30- url : "https://www.tiktok.com/@alvinluo86" ,
31- icon : "tiktok" ,
32- }
35+
3336 ] ,
3437} ;
You can’t perform that action at this time.
0 commit comments