File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,15 @@ const members = [
30
30
{ icon: ' github' , link: ' https://github.com/akinoccc' }
31
31
]
32
32
},
33
+ {
34
+ avatar: ' https://avatars.githubusercontent.com/u/126759922?s=200&v=4' ,
35
+ name: ' Cursor' ,
36
+ title: ' Developer' ,
37
+ links: [
38
+ { icon: ' github' , link: " https://github.com/cursor/cursor" },
39
+ { icon: { svg: blogIcon }, link: ' https://www.cursor.com/blog' }
40
+ ]
41
+ }
33
42
]
34
43
</script >
35
44
Original file line number Diff line number Diff line change @@ -30,6 +30,15 @@ const members = [
30
30
{ icon: ' github' , link: ' https://github.com/akinoccc' }
31
31
]
32
32
},
33
+ {
34
+ avatar: ' https://avatars.githubusercontent.com/u/126759922?s=200&v=4' ,
35
+ name: ' Cursor' ,
36
+ title: ' 开发者' ,
37
+ links: [
38
+ { icon: ' github' , link: " https://github.com/cursor/cursor" },
39
+ { icon: { svg: blogIcon }, link: ' https://www.cursor.com/cn/blog' }
40
+ ]
41
+ }
33
42
]
34
43
</script >
35
44
Original file line number Diff line number Diff line change @@ -30,6 +30,15 @@ const members = [
30
30
{ icon: ' github' , link: ' https://github.com/akinoccc' }
31
31
]
32
32
},
33
+ {
34
+ avatar: ' https://avatars.githubusercontent.com/u/126759922?s=200&v=4' ,
35
+ name: ' Cursor' ,
36
+ title: ' 開發者' ,
37
+ links: [
38
+ { icon: ' github' , link: " https://github.com/cursor/cursor" },
39
+ { icon: { svg: blogIcon }, link: ' https://www.cursor.com/cn/blog' }
40
+ ]
41
+ }
33
42
]
34
43
</script >
35
44
You can’t perform that action at this time.
0 commit comments