diff --git a/src/pages/user/companies.json b/src/pages/user/companies.json index ddf9aff6..6a344eea 100644 --- a/src/pages/user/companies.json +++ b/src/pages/user/companies.json @@ -59,10 +59,25 @@ "link": "https://github.com/quarkusio/quarkus", "imgUrl": "quarkus.png" }, + { + "name": "Apache Camel", + "link": "https://camel.apache.org", + "imgUrl": "camel.svg" + }, + { + "name": "Apache Dubbo", + "link": "https://dubbo.apache.org", + "imgUrl": "dubbo.jpeg" + }, + { + "name": "Apache HugeGraph", + "link": "https://hugegraph.apache.org/", + "imgUrl": "hugegraph.png" + }, { "name": "Adrestus", "link": "https://www.adrestus.net/", - "imgUrl": "adrestus.jpg" + "imgUrl": "adrestus.png" }, { "name": "安恒信息", @@ -99,4 +114,4 @@ "link": "https://github.com/KouShenhai/KCloud-Platform-IoT", "imgUrl": "KCloud-Platform-IoT.png" } -] +] \ No newline at end of file diff --git a/static/user/camel.svg b/static/user/camel.svg new file mode 100644 index 00000000..3a5fe4ae --- /dev/null +++ b/static/user/camel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/user/dubbo.jpeg b/static/user/dubbo.jpeg new file mode 100644 index 00000000..772d45f2 Binary files /dev/null and b/static/user/dubbo.jpeg differ diff --git a/static/user/hugegraph.png b/static/user/hugegraph.png new file mode 100644 index 00000000..23337e5a Binary files /dev/null and b/static/user/hugegraph.png differ