Browse Source

docs(about): add blog link for member 'Akino' in English, Chinese, and Traditional Chinese versions

Akino 2 days ago
parent
commit
46d2629d8f
3 changed files with 6 additions and 3 deletions
  1. 2 1
      docs/guide/about.md
  2. 2 1
      docs/zh_CN/guide/about.md
  3. 2 1
      docs/zh_TW/guide/about.md

+ 2 - 1
docs/guide/about.md

@@ -27,7 +27,8 @@ const members = [
     name: 'Akino',
     title: 'Developer',
     links: [
-      { icon: 'github', link: 'https://github.com/akinoccc' }
+      { icon: 'github', link: 'https://github.com/akinoccc' },
+      { icon: { svg: blogIcon }, link: 'https://akino.icu' }
     ]
   },
   {

+ 2 - 1
docs/zh_CN/guide/about.md

@@ -27,7 +27,8 @@ const members = [
     name: 'Akino',
     title: '开发者',
     links: [
-      { icon: 'github', link: 'https://github.com/akinoccc' }
+      { icon: 'github', link: 'https://github.com/akinoccc' },
+      { icon: { svg: blogIcon }, link: 'https://akino.icu' }
     ]
   },
   {

+ 2 - 1
docs/zh_TW/guide/about.md

@@ -27,7 +27,8 @@ const members = [
     name: 'Akino',
     title: '開發者',
     links: [
-      { icon: 'github', link: 'https://github.com/akinoccc' }
+      { icon: 'github', link: 'https://github.com/akinoccc' },
+      { icon: { svg: blogIcon }, link: 'https://akino.icu' }
     ]
   },
   {