|
@@ -215,10 +215,10 @@ function Demo() {
|
|
|
|
|
|
function Infos() {
|
|
|
const data = [
|
|
|
- { type: 'Stars', min: '6200' },
|
|
|
- { type: 'Fork', min: '400' },
|
|
|
- { type: '下载', min: '3000000' },
|
|
|
- { type: '贡献者', min: '60' }
|
|
|
+ { type: 'Stars', min: '6700' },
|
|
|
+ { type: 'Fork', min: '500' },
|
|
|
+ { type: 'Downloads', min: '3000000' },
|
|
|
+ { type: 'Contributors', min: '90' }
|
|
|
];
|
|
|
return data.map(item =>
|
|
|
<p key={item.min}>
|