@@ -89,6 +89,7 @@ export default defineConfig({
8989 { text : 'Crawl HTML' , link : '/guide/crawl-html' } ,
9090 { text : 'Crawl Data' , link : '/guide/crawl-data' } ,
9191 { text : 'Crawl File' , link : '/guide/crawl-file' } ,
92+ { text : 'Crawl mode' , link : '/guide/crawl-mode' } ,
9293 { text : 'Interval Time' , link : '/guide/interval' } ,
9394 { text : 'Retry' , link : '/guide/retry' } ,
9495 { text : 'Proxy' , link : '/guide/proxy' } ,
@@ -126,7 +127,6 @@ export default defineConfig({
126127 {
127128 text : 'Advance' ,
128129 items : [
129- { text : 'Crawl mode' , link : '/guide/crawl-mode' } ,
130130 {
131131 text : 'device fingerprinting' ,
132132 link : '/guide/fingerprint'
@@ -282,6 +282,7 @@ export default defineConfig({
282282 { text : '爬取 HTML' , link : '/cn/guide/crawl-html' } ,
283283 { text : '爬取接口' , link : '/cn/guide/crawl-data' } ,
284284 { text : '爬取文件' , link : '/cn/guide/crawl-file' } ,
285+ { text : '爬取模式' , link : '/cn/guide/crawl-mode' } ,
285286 { text : '间隔时间' , link : '/cn/guide/interval' } ,
286287 { text : '失败重试' , link : '/cn/guide/retry' } ,
287288 { text : '轮换代理' , link : '/cn/guide/proxy' } ,
@@ -316,7 +317,6 @@ export default defineConfig({
316317 {
317318 text : '进阶' ,
318319 items : [
319- { text : '爬取模式' , link : '/cn/guide/crawl-mode' } ,
320320 { text : '设备指纹' , link : '/cn/guide/fingerprint' } ,
321321 { text : '配置' , link : '/cn/guide/config' }
322322 ]
0 commit comments