浏览代码

Merge branch 'main' of github.com:DouyinFE/semi-design

pointhalo 2 年之前
父节点
当前提交
e1ef729714

+ 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(()=> {