diff --git a/README-es.md b/README-es.md index 5aff3907..d90f60f5 100644 --- a/README-es.md +++ b/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) diff --git a/README-vi_VN.md b/README-vi_VN.md index 934eb35f..a7ef70c3 100644 --- a/README-vi_VN.md +++ b/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") diff --git a/README-zh_CN.md b/README-zh_CN.md index 7f133e75..ed1bb781 100644 --- a/README-zh_CN.md +++ b/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) diff --git a/README-zh_TW.md b/README-zh_TW.md index afee9f22..d810c989 100644 --- a/README-zh_TW.md +++ b/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) diff --git a/README.md b/README.md index 68f21be2..47410258 100644 --- a/README.md +++ b/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") diff --git a/docs/guide/about.md b/docs/guide/about.md index c229b4ab..facb3dc4 100644 --- a/docs/guide/about.md +++ b/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' } + ] + }, ] diff --git a/docs/zh_CN/guide/about.md b/docs/zh_CN/guide/about.md index 556db2bf..96c979ce 100644 --- a/docs/zh_CN/guide/about.md +++ b/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' } + ] + }, ] diff --git a/docs/zh_TW/guide/about.md b/docs/zh_TW/guide/about.md index c579d916..38c778af 100644 --- a/docs/zh_TW/guide/about.md +++ b/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' } + ] + }, ]