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 eb27071c19 add some users (#574)
eb27071c19 is described below
commit eb27071c198f0e1437d4e221ab75079762ae6b4e
Author: xiaoyu <[email protected]>
AuthorDate: Tue May 17 11:59:54 2022 +0800
add some users (#574)
---
community/0-team.md | 2 +-
.../current/0-team.md | 3 +--
src/data/user.js | 6 +++++-
static/img/users/tencent.png | Bin 0 -> 3347 bytes
static/img/users/tql.png | Bin 0 -> 13886 bytes
5 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/community/0-team.md b/community/0-team.md
index a4b737a187..0ad87ce2a2 100644
--- a/community/0-team.md
+++ b/community/0-team.md
@@ -55,6 +55,7 @@ The team always insists on community over code. We are
looking forward to more p
| yui | HessTina-YuI | Yi Liu
|
| zhangyonglun | tuohai666, zhangyonglun | Yonglun
Zhang |
| fengzhenbing | fengzhenbing |
Zhenbing Feng |
+| impactcn | impactCn | SiYing
Zheng |
### Committers
@@ -65,7 +66,6 @@ The team always insists on community over code. We are
looking forward to more p
|:-------------|:----------------:|:--------------------------|
| haiboduan | haibo-duan | Haibo Duan |
| likeguo | likeguo | Keguo Li |
-| impactcn | impactCn | SiYing Zheng |
| dayu | daiwenyu | WenYu Dai |
| luoxiaolong | lxl910128 | XiaoLong Luo |
| alextang | ttttangzhen Zhen | Zhen Tang |
diff --git a/i18n/zh/docusaurus-plugin-content-docs-community/current/0-team.md
b/i18n/zh/docusaurus-plugin-content-docs-community/current/0-team.md
index a9d03b5768..94802dd6db 100644
--- a/i18n/zh/docusaurus-plugin-content-docs-community/current/0-team.md
+++ b/i18n/zh/docusaurus-plugin-content-docs-community/current/0-team.md
@@ -54,7 +54,7 @@ tags: ["Team"]
| yui | HessTina-YuI | Yi Liu
|
| zhangyonglun | tuohai666, zhangyonglun | Yonglun
Zhang |
| fengzhenbing | fengzhenbing |
Zhenbing Feng |
-
+| impactcn | impactCn | SiYing
Zheng |
### 提交者(Committers)
@@ -64,7 +64,6 @@ tags: ["Team"]
|:-------------|:----------------:|:--------------------------|
| haiboduan | haibo-duan | Haibo Duan |
| likeguo | likeguo | Keguo Li |
-| impactcn | impactCn | SiYing Zheng |
| dayu | daiwenyu | WenYu Dai |
| luoxiaolong | lxl910128 | XiaoLong Luo |
| alextang | ttttangzhen Zhen | Zhen Tang |
diff --git a/src/data/user.js b/src/data/user.js
index 35b8339664..5b349a6336 100644
--- a/src/data/user.js
+++ b/src/data/user.js
@@ -1,4 +1,7 @@
export default [
+ {name:"京东",src:"/img/users/jd_logo.png",link:"https://www.jd.com/"},
+ {name:"腾讯",src:"/img/users/tencent.png",link:"https://tencent.com/"},
+ {name:"滴滴出行",src:"/img/users/dd.png",link:"https://www.didiglobal.com/"},
{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/"},
@@ -42,4 +45,5 @@ export default [
{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
+ {name:"铁骑力士集团",src:"/img/users/tql.png",link:"https://www.tqlsgroup.com/"},
+]
\ No newline at end of file
diff --git a/static/img/users/tencent.png b/static/img/users/tencent.png
new file mode 100644
index 0000000000..1e381daa5f
Binary files /dev/null and b/static/img/users/tencent.png differ
diff --git a/static/img/users/tql.png b/static/img/users/tql.png
new file mode 100644
index 0000000000..67f3b3dbf7
Binary files /dev/null and b/static/img/users/tql.png differ