This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 62f05da Add iQIYI to Users page (#185)
62f05da is described below
commit 62f05dad546ffa2b037d5d4e41cc52c01bebd26b
Author: Twice <[email protected]>
AuthorDate: Wed Jan 3 14:41:25 2024 +0800
Add iQIYI to Users page (#185)
---
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