chore: update docs

This commit is contained in:
Jacky 2025-04-10 20:47:15 +08:00
parent 8fbb0d9fa7
commit 9b9f6137ab
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
8 changed files with 29 additions and 5 deletions

View file

@ -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)

View file

@ -4,7 +4,7 @@
# Nginx UI
Yet another Nginx Web UI, được phát triển bởi [0xJacky](https://jackyu.cn/) [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")

View file

@ -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)

View file

@ -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)

View file

@ -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")

View file

@ -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>

View file

@ -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>

View file

@ -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>