This is an automated email from the ASF dual-hosted git repository.
jooks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 47366dc add users (#451)
47366dc is described below
commit 47366dc087c9e03f3cd6631e2ab0ee35ef2b4b9e
Author: xiaoyu <[email protected]>
AuthorDate: Thu Feb 10 19:44:13 2022 +0800
add users (#451)
---
src/data/user.js | 2 ++
static/img/users/dd.png | Bin 0 -> 327176 bytes
static/img/users/etcp.png | Bin 0 -> 60302 bytes
3 files changed, 2 insertions(+)
diff --git a/src/data/user.js b/src/data/user.js
index 01f8cac..35b8339 100644
--- a/src/data/user.js
+++ b/src/data/user.js
@@ -1,4 +1,5 @@
export default [
+ {name:"滴滴出行",src:"/img/users/dd.png",link:"https://www.didiglobal.com/"},
{name:"欢聚时代",src:"/img/users/yy_logo.png",link:"http://www.huanju.cn/"},
{name:"米哈游",src:"/img/users/mihayo_logo.png",link:"https://www.mihoyo.com/"},
{name:"Kenyatta
University",src:"/img/users/KenyattaUniversity.png",link:"http://www.ku.ac.ke/"},
@@ -40,4 +41,5 @@ export default [
{name:"九州通",src:"/img/users/jzt.png",link:"https://www.yyjzt.com"},
{name:"浙江百应科技",src:"/img/users/by_logo.png",link:"https://www.byai.com/"},
{name:"ShipOut",src:"/img/users/shipout_logo.png",link:"https://www.ShipOut.com"},
+ {name:"驿通科技",src:"/img/users/etcp.png",link:"https://www.etcp.cn"},
]
\ No newline at end of file
diff --git a/static/img/users/dd.png b/static/img/users/dd.png
new file mode 100644
index 0000000..34a3dec
Binary files /dev/null and b/static/img/users/dd.png differ
diff --git a/static/img/users/etcp.png b/static/img/users/etcp.png
new file mode 100644
index 0000000..b16f5fd
Binary files /dev/null and b/static/img/users/etcp.png differ