mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
chore: update docs
This commit is contained in:
parent
8fbb0d9fa7
commit
9b9f6137ab
8 changed files with 29 additions and 5 deletions
|
@ -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