Skip to content

Commit ea06d1f

Browse files
chore: auto build DIYgod/RSSHub@ad4b89c
1 parent 8355262 commit ea06d1f

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

src/public/routes.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114310,6 +114310,78 @@
114310114310
}
114311114311
}
114312114312
},
114313+
"naver": {
114314+
"name": "네이버",
114315+
"url": "naver.com",
114316+
"zh": {
114317+
"name": "Naver"
114318+
},
114319+
"categories": [
114320+
"other"
114321+
],
114322+
"heat": 0,
114323+
"routes": {
114324+
"/naver/search/:category/:keyword": {
114325+
"path": "/search/:category/:keyword",
114326+
"name": "검색",
114327+
"maintainers": [
114328+
"slowmande"
114329+
],
114330+
"example": "/naver/search/all/송소희",
114331+
"parameters": {
114332+
"category": {
114333+
"description": "검색 카테고리. 기본값: all (통합검색)",
114334+
"default": "all",
114335+
"options": [
114336+
{
114337+
"value": "all",
114338+
"label": "통합검색"
114339+
},
114340+
{
114341+
"value": "blog",
114342+
"label": "블로그"
114343+
},
114344+
{
114345+
"value": "cafe",
114346+
"label": "카페"
114347+
},
114348+
{
114349+
"value": "news",
114350+
"label": "뉴스"
114351+
},
114352+
{
114353+
"value": "video",
114354+
"label": "동영상"
114355+
}
114356+
]
114357+
},
114358+
"keyword": "검색 키워드"
114359+
},
114360+
"categories": [
114361+
"other"
114362+
],
114363+
"features": {
114364+
"requireConfig": false,
114365+
"requirePuppeteer": false,
114366+
"antiCrawler": false,
114367+
"supportBT": false,
114368+
"supportPodcast": false,
114369+
"supportScihub": false
114370+
},
114371+
"radar": [
114372+
{
114373+
"source": [
114374+
"m.search.naver.com/search.naver"
114375+
],
114376+
"target": "/search/:category/:keyword"
114377+
}
114378+
],
114379+
"location": "search.ts",
114380+
"heat": 0,
114381+
"topFeeds": []
114382+
}
114383+
}
114384+
},
114313114385
"nbd": {
114314114386
"name": "每经网",
114315114387
"url": "nbd.com.cn",

0 commit comments

Comments
 (0)