This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch iqiyi in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit f5f8d4f39178dc764357a198f0f5c4343be206cc Author: PragmaTwice <[email protected]> AuthorDate: Wed Jan 3 14:32:58 2024 +0800 Add iQIYI to Users page --- src/components/UserLogos/index.tsx | 5 +++++ static/media/users/iqiyi.png | Bin 0 -> 74796 bytes 2 files changed, 5 insertions(+) diff --git a/src/components/UserLogos/index.tsx b/src/components/UserLogos/index.tsx index 3d4d420..4677b41 100644 --- a/src/components/UserLogos/index.tsx +++ b/src/components/UserLogos/index.tsx @@ -92,6 +92,11 @@ const userData = [ img: '/media/users/zto.png', title: 'ZTO Express', site: 'https://www.zto.com/', + }, + { + img: '/media/users/iqiyi.png', + title: 'iQIYI', + site: 'https://www.iqiyi.com/', } ] diff --git a/static/media/users/iqiyi.png b/static/media/users/iqiyi.png new file mode 100644 index 0000000..6d9bd20 Binary files /dev/null and b/static/media/users/iqiyi.png differ
