Skip to content

Commit 485408e

Browse files
authored
Merge pull request #11 from IoTSharp/feature/V1.0.0
修改推荐语
2 parents acb497f + 0a351d3 commit 485408e

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

pages/components/contributors/index.tsx

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,14 @@ export interface IContributorsProps {
88
const Contributors: FC<IContributorsProps> = ({}) => {
99
const {Meta} = Card;
1010
const Comments = [{
11-
avatar: 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/card-meta-avatar-docs-demo.jpg',
12-
name: 'Mengzhou',
13-
content: '接入简单易上手;API 丰富全面。'
14-
}, {
15-
avatar: 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/card-meta-avatar-docs-demo.jpg',
16-
name: 'Mengzhou',
17-
content: '有很多公司内的其他业务使用,有比较多的样例参考,参考其他业务平台的设计方案,统一平台的交付标准。',
18-
}, {
19-
avatar: 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/card-meta-avatar-docs-demo.jpg',
20-
name: 'Mengzhou',
21-
content: '接入简单易上手;API 丰富全面。'
22-
}, {
23-
avatar: 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/card-meta-avatar-docs-demo.jpg',
24-
name: 'Mengzhou',
25-
content: '接入简单易上手;API 丰富全面。'
26-
}, {
27-
avatar: 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/card-meta-avatar-docs-demo.jpg',
28-
name: 'Mengzhou',
29-
content: 'API 丰富全面。',
11+
avatar: 'https://avatars.githubusercontent.com/u/29589505?v=4',
12+
name: 'IoTGateway 王海东',
13+
content: 'IoTSharp作为dotNet开源物联网平台的独苗,架构设计先进、可扩展性强、协议宽松。是你学习、评估、落地的最佳选择。',
3014
style: { marginTop: '40px'},
3115
}, {
3216
avatar: 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/card-meta-avatar-docs-demo.jpg',
33-
name: 'Mengzhou',
34-
content: '接入简单易上手;API 丰富全面。'
17+
name: 'ThingsBoard中文网 王磊',
18+
content: 'IoTSharp一个开箱即用的开源物联网平台助力企业快速完成IoT数据采集,预警处理及数据可视化,保证项目质量提高项目交付率。'
3519
}]
3620
return (
3721
<div className={styles.contributorsContainer}>

0 commit comments

Comments
 (0)