@@ -89,6 +89,7 @@ export default defineConfig({
89
89
{ text : 'Crawl HTML' , link : '/guide/crawl-html' } ,
90
90
{ text : 'Crawl Data' , link : '/guide/crawl-data' } ,
91
91
{ text : 'Crawl File' , link : '/guide/crawl-file' } ,
92
+ { text : 'Crawl mode' , link : '/guide/crawl-mode' } ,
92
93
{ text : 'Interval Time' , link : '/guide/interval' } ,
93
94
{ text : 'Retry' , link : '/guide/retry' } ,
94
95
{ text : 'Proxy' , link : '/guide/proxy' } ,
@@ -126,7 +127,6 @@ export default defineConfig({
126
127
{
127
128
text : 'Advance' ,
128
129
items : [
129
- { text : 'Crawl mode' , link : '/guide/crawl-mode' } ,
130
130
{
131
131
text : 'device fingerprinting' ,
132
132
link : '/guide/fingerprint'
@@ -282,6 +282,7 @@ export default defineConfig({
282
282
{ text : '爬取 HTML' , link : '/cn/guide/crawl-html' } ,
283
283
{ text : '爬取接口' , link : '/cn/guide/crawl-data' } ,
284
284
{ text : '爬取文件' , link : '/cn/guide/crawl-file' } ,
285
+ { text : '爬取模式' , link : '/cn/guide/crawl-mode' } ,
285
286
{ text : '间隔时间' , link : '/cn/guide/interval' } ,
286
287
{ text : '失败重试' , link : '/cn/guide/retry' } ,
287
288
{ text : '轮换代理' , link : '/cn/guide/proxy' } ,
@@ -316,7 +317,6 @@ export default defineConfig({
316
317
{
317
318
text : '进阶' ,
318
319
items : [
319
- { text : '爬取模式' , link : '/cn/guide/crawl-mode' } ,
320
320
{ text : '设备指纹' , link : '/cn/guide/fingerprint' } ,
321
321
{ text : '配置' , link : '/cn/guide/config' }
322
322
]
0 commit comments