This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury-site.git
The following commit(s) were added to refs/heads/main by this push:
new 54ca95ba add alibaba users (#185)
54ca95ba is described below
commit 54ca95ba6f3379fdec7e59acff571375d605c9c5
Author: Shawn Yang <[email protected]>
AuthorDate: Mon Sep 9 22:00:25 2024 +0800
add alibaba users (#185)
---
src/pages/user/companies.json | 31 ++++++++++++++++++++++++++++---
static/Alibaba.jpg | Bin 9346 -> 0 bytes
static/Alibaba.png | Bin 0 -> 15624 bytes
static/AntGroup.jpg | Bin 24291 -> 0 bytes
static/AntGroup.png | Bin 0 -> 33876 bytes
static/amap.png | Bin 0 -> 5618 bytes
static/eleme.svg | 1 +
static/fliggy.png | Bin 0 -> 13575 bytes
static/taobao.png | Bin 0 -> 3165 bytes
static/tmall.png | Bin 0 -> 2173 bytes
10 files changed, 29 insertions(+), 3 deletions(-)
diff --git a/src/pages/user/companies.json b/src/pages/user/companies.json
index d3515ee4..aca2db6d 100644
--- a/src/pages/user/companies.json
+++ b/src/pages/user/companies.json
@@ -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",
diff --git a/static/Alibaba.jpg b/static/Alibaba.jpg
deleted file mode 100644
index beb585d0..00000000
Binary files a/static/Alibaba.jpg and /dev/null differ
diff --git a/static/Alibaba.png b/static/Alibaba.png
new file mode 100644
index 00000000..52269ae6
Binary files /dev/null and b/static/Alibaba.png differ
diff --git a/static/AntGroup.jpg b/static/AntGroup.jpg
deleted file mode 100644
index 59c7f108..00000000
Binary files a/static/AntGroup.jpg and /dev/null differ
diff --git a/static/AntGroup.png b/static/AntGroup.png
new file mode 100644
index 00000000..69bff3df
Binary files /dev/null and b/static/AntGroup.png differ
diff --git a/static/amap.png b/static/amap.png
new file mode 100644
index 00000000..fa65d823
Binary files /dev/null and b/static/amap.png differ
diff --git a/static/eleme.svg b/static/eleme.svg
new file mode 100644
index 00000000..44f5d8d9
--- /dev/null
+++ b/static/eleme.svg
@@ -0,0 +1 @@
+<svg width="500" height="128" xmlns="http://www.w3.org/2000/svg"><path
d="M266.71 3.227c4.182 0 7.56 3.592 7.56 7.837v4.572c0 1.633-1.287 2.939-2.895
2.939h-9.329c-1.608 0-2.895-1.306-2.895-2.939v-9.47c0-1.633 1.287-2.94
2.895-2.94h4.664zm-87.98 8.49c4.182 0 7.56 3.43 7.56 7.674v27.105c0 1.632-1.287
2.939-2.895 2.939h-8.364c-1.608
0-2.895-1.307-2.895-2.94v-16.49c0-1.96-1.609-2.94-2.895-2.94h-15.763c-1.608
0-2.895-1.632-2.895-3.265V6.166c0-1.633 1.287-2.94 2.895-2.94h10.294c1.609 0
2.895 [...]
\ No newline at end of file
diff --git a/static/fliggy.png b/static/fliggy.png
new file mode 100644
index 00000000..b7b48b12
Binary files /dev/null and b/static/fliggy.png differ
diff --git a/static/taobao.png b/static/taobao.png
new file mode 100644
index 00000000..2e1ff070
Binary files /dev/null and b/static/taobao.png differ
diff --git a/static/tmall.png b/static/tmall.png
new file mode 100644
index 00000000..f406ae49
Binary files /dev/null and b/static/tmall.png differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]