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 fc95b128 add logo for alibaba (#187)
fc95b128 is described below
commit fc95b12800078151f7fe6e72c96815d799da0b8c
Author: Shawn Yang <[email protected]>
AuthorDate: Mon Sep 9 22:15:08 2024 +0800
add logo for alibaba (#187)
---
src/pages/user/companies.json | 4 ++--
static/AliCloud.jpg | Bin 7423 -> 0 bytes
static/aliyun.png | Bin 0 -> 14729 bytes
static/amap.png | Bin 5618 -> 33001 bytes
4 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/user/companies.json b/src/pages/user/companies.json
index aca2db6d..beb5c283 100644
--- a/src/pages/user/companies.json
+++ b/src/pages/user/companies.json
@@ -12,7 +12,7 @@
{
"name": "AliCloud",
"link": "https://www.aliyun.com/",
- "imgUrl": "AliCloud.png"
+ "imgUrl": "aliyun.png"
},
{
"name": "Taobao",
@@ -27,7 +27,7 @@
{
"name": "饿了么",
"link": "https://www.ele.me/",
- "imgUrl": "eleme.png"
+ "imgUrl": "eleme.svg"
},
{
"name": "高德地图",
diff --git a/static/AliCloud.jpg b/static/AliCloud.jpg
deleted file mode 100644
index a039979a..00000000
Binary files a/static/AliCloud.jpg and /dev/null differ
diff --git a/static/aliyun.png b/static/aliyun.png
new file mode 100644
index 00000000..94feb86e
Binary files /dev/null and b/static/aliyun.png differ
diff --git a/static/amap.png b/static/amap.png
index fa65d823..9ccd6bff 100644
Binary files a/static/amap.png and b/static/amap.png differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]