Skip to content

Commit c91d1b4

Browse files
authored
Merge pull request #829 from chaosi-zju/lastpr
add new supporters
2 parents 6af131e + f0b8b17 commit c91d1b4

File tree

6 files changed

+25
-0
lines changed

6 files changed

+25
-0
lines changed

src/data/supporters.js

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ import zhejianglab from "../../static/img/supporters/zhejianglab.png"
1616
import daocloud from "../../static/img/supporters/DaoCloud.png"
1717
import CECloud from "../../static/img/supporters/CECloud.png"
1818
import wps from "../../static/img/supporters/wps.png"
19+
import coozila from "../../static/img/supporters/coozila.png"
20+
import dewu from "../../static/img/supporters/dewu.png"
21+
import iflytek from "../../static/img/supporters/iflytek.png"
22+
import tongchengtravel from "../../static/img/supporters/tongchengtravel.png"
23+
import trip from "../../static/img/supporters/trip.png"
1924

2025
const supportersData = [
2126
{
@@ -90,6 +95,26 @@ const supportersData = [
9095
logo: wps,
9196
alt: 'WPS',
9297
},
98+
{
99+
logo: coozila,
100+
alt: 'coozila',
101+
},
102+
{
103+
logo: dewu,
104+
alt: 'dewu',
105+
},
106+
{
107+
logo: iflytek,
108+
alt: 'iflytek',
109+
},
110+
{
111+
logo: tongchengtravel,
112+
alt: 'tongchengtravel',
113+
},
114+
{
115+
logo: trip,
116+
alt: 'trip',
117+
},
93118
]
94119

95120
export default supportersData

static/img/supporters/coozila.png

31.2 KB
Loading

static/img/supporters/dewu.png

2.18 KB
Loading

static/img/supporters/iflytek.png

6.89 KB
Loading
8.42 KB
Loading

static/img/supporters/trip.png

20 KB
Loading

0 commit comments

Comments
 (0)