Ver código fonte

feat: 调试弹窗默认值调整

cuiyalong 9 meses atrás
pai
commit
99f172bce8
1 arquivos alterados com 3 adições e 3 exclusões
  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',