Skip to content

Commit

Permalink
add alibaba users (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang authored Sep 9, 2024
1 parent 1f3e3bb commit 54ca95b
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 3 deletions.
31 changes: 28 additions & 3 deletions src/pages/user/companies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,42 @@
{
"name": "AntGroup",
"link": "https://www.antgroup.com/",
"imgUrl": "AntGroup.jpg"
"imgUrl": "AntGroup.png"
},
{
"name": "Alibaba",
"link": "https://www.alibaba.com/",
"imgUrl": "Alibaba.jpg"
"imgUrl": "Alibaba.png"
},
{
"name": "AliCloud",
"link": "https://www.aliyun.com/",
"imgUrl": "AliCloud.jpg"
"imgUrl": "AliCloud.png"
},
{
"name": "Taobao",
"link": "https://www.taobao.com/",
"imgUrl": "taobao.png"
},
{
"name": "Tmall",
"link": "https://www.tmall.com/",
"imgUrl": "tmall.png"
},
{
"name": "饿了么",
"link": "https://www.ele.me/",
"imgUrl": "eleme.png"
},
{
"name": "高德地图",
"link": "https://www.amap.com/",
"imgUrl": "amap.png"
},
{
"name": "飞猪",
"link": "https://www.fliggy.com/",
"imgUrl": "fliggy.png"
},
{
"name": "Redisson",
Expand Down
Binary file removed static/Alibaba.jpg
Binary file not shown.
Binary file added static/Alibaba.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/AntGroup.jpg
Binary file not shown.
Binary file added static/AntGroup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/amap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/eleme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/fliggy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/taobao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/tmall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54ca95b

Please sign in to comment.