Răsfoiți Sursa

chore: update download data in home page

zhangyumei.0319 2 ani în urmă
părinte
comite
b676f5549b

+ 1 - 1
content/basic/typography/index-en-US.md

@@ -226,7 +226,7 @@ function Demo() {
         const data = [
             { type: 'Stars', min: '7100' },
             { type: 'Fork', min: '560' },
-            { type: 'Downloads', min: '3570000' },
+            { type: 'Downloads', min: '5000000' },
             { type: 'Contributors', min: '100' }
         ];
         return data.map(item =>

+ 1 - 1
content/basic/typography/index.md

@@ -217,7 +217,7 @@ function Demo() {
         const data = [
             { type: 'Stars', min: '7100' },
             { type: 'Fork', min: '560' },
-            { type: 'Downloads', min: '3570000' },
+            { type: 'Downloads', min: '5000000' },
             { type: 'Contributors', min: '100' }
         ];
         return data.map(item =>

+ 1 - 1
src/sitePages/newHome/components/comments/comments.jsx

@@ -40,7 +40,7 @@ function numberAnimation(number, s, dom) {
     requestAnimationFrame(fn);
 }
 
-const realNumber = [7100, 560, 3570000, 100];
+const realNumber = [7100, 560, 5000000, 100];
 
 function Comments(props) {
     useEffect(()=> {