@@ -33,7 +33,7 @@ const genGtData = (str) => {
count++
}
-for (i = 0; i < 200; i++) {
+for (i = 0; i < 1000; i++) {
let str = ''
for (let j = 0; j < 1 + Math.round(Math.random() * 10); j++) {
switch (Math.round(Math.random() * 7)) {