x1ongzhu 6 tahun lalu
induk
melakukan
bae284d399
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      index.js

+ 4 - 4
index.js

@@ -42,10 +42,10 @@ for (i = 0; i < 200; i++) {
                 if (num.endsWith('.0')) {
                 if (num.endsWith('.0')) {
                     num = num.replace('.0', '')
                     num = num.replace('.0', '')
                 }
                 }
-                str += `${num}分钟  `
+                str += `${num}分钟 `
                 break
                 break
             case 1:
             case 1:
-                str += `第${parseInt(Math.random() * 100 + 1)}  `
+                str += `第${parseInt(Math.random() * 100 + 1)} `
                 break
                 break
             case 2:
             case 2:
             case 3:
             case 3:
@@ -54,12 +54,12 @@ for (i = 0; i < 200; i++) {
                 if (s.endsWith('.0')) {
                 if (s.endsWith('.0')) {
                     s = s.replace('.0', '')
                     s = s.replace('.0', '')
                 }
                 }
-                str += `${s}  `
+                str += `${s} `
                 break
                 break
             case 5:
             case 5:
             case 6:
             case 6:
             case 7:
             case 7:
-                str += `/${parseInt(Math.random() * 100 + 1)}  `
+                str += `/${parseInt(Math.random() * 100 + 1)} `
                 break
                 break
         }
         }
     }
     }