mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
chore: update docs
This commit is contained in:
parent
8fbb0d9fa7
commit
9b9f6137ab
8 changed files with 29 additions and 5 deletions
|
@ -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).
|
||||
|
||||
[](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
[](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
|
||||
[](https://github.com/0xJacky/nginx-ui "Click to view the repo on Github")
|
||||
|
|
|
@ -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) 开发。
|
||||
|
||||
[](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
|
||||
|
||||
|
|
|
@ -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) 開發。
|
||||
|
||||
[](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
[](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
|
||||
[](https://github.com/0xJacky/nginx-ui "Click to view the repo on Github")
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue