Skip to content

Commit fd9ab87

Browse files
chore: auto build DIYgod/RSSHub@b0e556e
1 parent 900191c commit fd9ab87

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

src/public/routes.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53930,6 +53930,69 @@
5393053930
}
5393153931
}
5393253932
},
53933+
"capitalmuseum": {
53934+
"name": "Capital Museum",
53935+
"url": "www.capitalmuseum.org.cn/",
53936+
"zh": {
53937+
"name": "首都博物馆"
53938+
},
53939+
"categories": [
53940+
"travel"
53941+
],
53942+
"heat": 0,
53943+
"routes": {
53944+
"/capitalmuseum/exhibition/:type?": {
53945+
"path": "/exhibition/:type?",
53946+
"name": "Exhibitions",
53947+
"maintainers": [
53948+
"magazian"
53949+
],
53950+
"example": "/capitalmuseum/exhibition",
53951+
"parameters": {
53952+
"type": "Exhibition type, supported values: new(最新展览), review(展览回顾), default: All exhibitions."
53953+
},
53954+
"categories": [
53955+
"travel"
53956+
],
53957+
"radar": [
53958+
{
53959+
"source": [
53960+
"www.capitalmuseum.org.cn/exhibition"
53961+
],
53962+
"target": "/exhibition"
53963+
}
53964+
],
53965+
"location": "exhibition.tsx",
53966+
"heat": 0,
53967+
"topFeeds": []
53968+
},
53969+
"/capitalmuseum/news/:type?": {
53970+
"path": "/news/:type?",
53971+
"name": "News",
53972+
"maintainers": [
53973+
"magazian"
53974+
],
53975+
"example": "/capitalmuseum/news/notice",
53976+
"parameters": {
53977+
"type": "News type, supported values: news(新闻资讯), notice(通知公告). Default: All news."
53978+
},
53979+
"categories": [
53980+
"travel"
53981+
],
53982+
"radar": [
53983+
{
53984+
"source": [
53985+
"www.capitalmuseum.org.cn/news"
53986+
],
53987+
"target": "/news"
53988+
}
53989+
],
53990+
"location": "news.ts",
53991+
"heat": 0,
53992+
"topFeeds": []
53993+
}
53994+
}
53995+
},
5393353996
"cartoonmad": {
5393453997
"name": "動漫狂",
5393553998
"url": "cartoonmad.com",

0 commit comments

Comments
 (0)