Sfoglia il codice sorgente

feat: 调试弹窗默认值调整

cuiyalong 9 mesi fa
parent
commit
99f172bce8
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      frontend/src/components/spider/RunSpider.vue

+ 3 - 3
frontend/src/components/spider/RunSpider.vue

@@ -122,9 +122,9 @@ const formData = ref({
     // form
     proxyServe: '',
     maxPages: defaultFormValue.maxPages,
-    listDelay: '',
-    trunPageDelay: '',
-    contentDelay: '',
+    listDelay: '500',
+    trunPageDelay: '500',
+    contentDelay: '500',
     headless: false,
     showImage: false,
     threads: '1',