This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch netease in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit b4f002f1368dc2dc35ec4f505f3393dc53c34531 Author: PragmaTwice <[email protected]> AuthorDate: Mon Oct 16 19:51:46 2023 +0900 Add Netease Hangzhou Institute to the user list --- src/components/UserLogos/index.tsx | 13 +++++++++---- static/media/users/netease.jpg | Bin 0 -> 27939 bytes 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/UserLogos/index.tsx b/src/components/UserLogos/index.tsx index 5aa48b7..213c60c 100644 --- a/src/components/UserLogos/index.tsx +++ b/src/components/UserLogos/index.tsx @@ -45,17 +45,17 @@ const userData = [ }, { img: '/media/users/circl-lu.png', - title: 'circl.lu', + title: 'CIRCL', site: 'https://circl.lu/', }, { img: '/media/users/datavisor.png', - title: 'datavisor', + title: 'Datavisor', site: 'https://datavisor.com/', }, { img: '/media/users/huolala.png', - title: 'huolala', + title: 'Huolala', site: 'https://www.huolala.cn/', }, { @@ -75,7 +75,7 @@ const userData = [ }, { img: '/media/users/iflytek-adx.jpg', - title: 'iflytek adx', + title: 'iFlytek ADX', site: 'https://www.voiceads.cn/', }, { @@ -83,6 +83,11 @@ const userData = [ title: 'Shoplazza', site: 'https://www.shoplazza.com/', }, + { + img: '/media/users/netease.jpg', + title: 'Netease Hangzhou Institute', + site: 'https://research.netease.com/', + } ] diff --git a/static/media/users/netease.jpg b/static/media/users/netease.jpg new file mode 100644 index 0000000..ab46c12 Binary files /dev/null and b/static/media/users/netease.jpg differ
