Browse Source

docs(about): add new member 'Cursor' with links in English, Chinese, and Traditional Chinese versions

Akino 2 days ago
parent
commit
f31df377b9
3 changed files with 27 additions and 0 deletions
  1. 9 0
      docs/guide/about.md
  2. 9 0
      docs/zh_CN/guide/about.md
  3. 9 0
      docs/zh_TW/guide/about.md

+ 9 - 0
docs/guide/about.md

@@ -30,6 +30,15 @@ const members = [
       { icon: 'github', link: 'https://github.com/akinoccc' }
     ]
   },
+  {
+    avatar: 'https://avatars.githubusercontent.com/u/126759922?s=200&v=4',
+    name: 'Cursor',
+    title: 'Developer',
+    links: [
+      { icon: 'github', link: "https://github.com/cursor/cursor" },
+      { icon: { svg: blogIcon }, link: 'https://www.cursor.com/blog' }
+    ]
+  }
 ]
 </script>
 

+ 9 - 0
docs/zh_CN/guide/about.md

@@ -30,6 +30,15 @@ const members = [
       { icon: 'github', link: 'https://github.com/akinoccc' }
     ]
   },
+  {
+    avatar: 'https://avatars.githubusercontent.com/u/126759922?s=200&v=4',
+    name: 'Cursor',
+    title: '开发者',
+    links: [
+      { icon: 'github', link: "https://github.com/cursor/cursor" },
+      { icon: { svg: blogIcon }, link: 'https://www.cursor.com/cn/blog' }
+    ]
+  }
 ]
 </script>
 

+ 9 - 0
docs/zh_TW/guide/about.md

@@ -30,6 +30,15 @@ const members = [
       { icon: 'github', link: 'https://github.com/akinoccc' }
     ]
   },
+  {
+    avatar: 'https://avatars.githubusercontent.com/u/126759922?s=200&v=4',
+    name: 'Cursor',
+    title: '開發者',
+    links: [
+      { icon: 'github', link: "https://github.com/cursor/cursor" },
+      { icon: { svg: blogIcon }, link: 'https://www.cursor.com/cn/blog' }
+    ]
+  }
 ]
 </script>