diff --git a/src/components/UserLogos/index.tsx b/src/components/UserLogos/index.tsx index 3d4d420c..4677b416 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 00000000..6d9bd20a Binary files /dev/null and b/static/media/users/iqiyi.png differ