Kaynağa Gözat

chore: update docs

Jacky 3 hafta önce
ebeveyn
işleme
9b9f6137ab

+ 1 - 1
README-es.md

@@ -4,7 +4,7 @@
 
 # Interfaz de usuario (UI) de Nginx
 
-Otra UI web de Nginx, desarrollada por [0xJacky](https://jackyu.cn/) y [Hintay](https://blog.kugeek.com/).
+Otra UI web de Nginx, desarrollada por [0xJacky](https://jackyu.cn/), [Hintay](https://blog.kugeek.com/) y [Akino](https://github.com/akinoccc).
 
 [![Build and Publish](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml/badge.svg)](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
 

+ 1 - 1
README-vi_VN.md

@@ -4,7 +4,7 @@
 
 # Nginx UI
 
-Yet another Nginx Web UI, được phát triển bởi [0xJacky](https://jackyu.cn/) và [Hintay](https://blog.kugeek.com/).
+Yet another Nginx Web UI, được phát triển bởi [0xJacky](https://jackyu.cn/), [Hintay](https://blog.kugeek.com/) và [Akino](https://github.com/akinoccc).
 
 [![Build and Publish](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml/badge.svg)](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
 [![GitHub license](https://img.shields.io/github/license/0xJacky/nginx-ui?label=License&logo=github)](https://github.com/0xJacky/nginx-ui "Click to view the repo on Github")

+ 1 - 1
README-zh_CN.md

@@ -6,7 +6,7 @@
 
 Yet another Nginx Web UI
 
-Nginx 网络管理界面,由  [0xJacky](https://jackyu.cn/) 与 [Hintay](https://blog.kugeek.com/) 开发。
+Nginx 网络管理界面,由 [0xJacky](https://jackyu.cn/)、[Hintay](https://blog.kugeek.com/) 和 [Akino](https://github.com/akinoccc) 开发。
 
 [![Build and Publish](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml/badge.svg)](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
 

+ 1 - 1
README-zh_TW.md

@@ -6,7 +6,7 @@
 
 Yet another Nginx Web UI
 
-Nginx 網路管理介面,由 [0xJacky](https://jackyu.cn/) 與 [Hintay](https://blog.kugeek.com/) 開發。
+Nginx 網路管理介面,由 [0xJacky](https://jackyu.cn/)、[Hintay](https://blog.kugeek.com/) 和 [Akino](https://github.com/akinoccc) 開發。
 
 [![Build and Publish](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml/badge.svg)](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
 

+ 1 - 1
README.md

@@ -4,7 +4,7 @@
 
 # Nginx UI
 
-Yet another Nginx Web UI, developed by [0xJacky](https://jackyu.cn/) and [Hintay](https://blog.kugeek.com/).
+Yet another Nginx Web UI, developed by [0xJacky](https://jackyu.cn/), [Hintay](https://blog.kugeek.com/) and [Akino](https://github.com/akinoccc).
 
 [![Build and Publish](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml/badge.svg)](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
 [![GitHub license](https://img.shields.io/github/license/0xJacky/nginx-ui?label=License&logo=github)](https://github.com/0xJacky/nginx-ui "Click to view the repo on Github")

+ 8 - 0
docs/guide/about.md

@@ -22,6 +22,14 @@ const members = [
       { icon: { svg: blogIcon }, link: 'https://blog.kugeek.com' }
     ]
   },
+{
+    avatar: 'https://www.github.com/akinoccc.png',
+    name: 'Akino',
+    title: 'Developer',
+    links: [
+      { icon: 'github', link: 'https://github.com/akinoccc' }
+    ]
+  },
 ]
 </script>
 

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

@@ -22,6 +22,14 @@ const members = [
       { icon: { svg: blogIcon }, link: 'https://blog.kugeek.com' }
     ]
   },
+  {
+    avatar: 'https://www.github.com/akinoccc.png',
+    name: 'Akino',
+    title: '开发者',
+    links: [
+      { icon: 'github', link: 'https://github.com/akinoccc' }
+    ]
+  },
 ]
 </script>
 

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

@@ -22,6 +22,14 @@ const members = [
       { icon: { svg: blogIcon }, link: 'https://blog.kugeek.com' }
     ]
   },
+{
+    avatar: 'https://www.github.com/akinoccc.png',
+    name: 'Akino',
+    title: '開發者',
+    links: [
+      { icon: 'github', link: 'https://github.com/akinoccc' }
+    ]
+  },
 ]
 </script>