Skip to content

Commit f31df37

Browse files
committed
docs(about): add new member 'Cursor' with links in English, Chinese, and Traditional Chinese versions
1 parent 991bac3 commit f31df37

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

docs/guide/about.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ const members = [
3030
{ icon: 'github', link: 'https://github.com/akinoccc' }
3131
]
3232
},
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+
}
3342
]
3443
</script>
3544

docs/zh_CN/guide/about.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ const members = [
3030
{ icon: 'github', link: 'https://github.com/akinoccc' }
3131
]
3232
},
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+
}
3342
]
3443
</script>
3544

docs/zh_TW/guide/about.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ const members = [
3030
{ icon: 'github', link: 'https://github.com/akinoccc' }
3131
]
3232
},
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+
}
3342
]
3443
</script>
3544

0 commit comments

Comments
 (0)