Skip to content

Commit

Permalink
deploy: 93f4850
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 25, 2024
1 parent b92afb9 commit 0af600c
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 118 deletions.
14 changes: 8 additions & 6 deletions build/maintainers.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,15 +485,12 @@
"/auto-stats/:category?": [
"nczitzk"
],
"/baai/hub/comments": [
"/baai/hub/events": [
"TonyRL"
],
"/baai/hub/events": [
"/baai/hub/:tagId?/:sort?/:range?": [
"TonyRL"
],
"/baai/hub/:tagId/:sort?/:range?": [],
"/baai/hub/:tagId/:sort?": [],
"/baai/hub/:sort?": [],
"/backlinko/blog": [
"TonyRL"
],
Expand Down Expand Up @@ -3351,6 +3348,9 @@
"/lfsyd/user/:id?": [
"auto-bot-ty"
],
"/lianxh/:category?": [
"nczitzk"
],
"/lifeweek/channel/:id": [],
"/lifeweek/tag/:id": [],
"/lightnovel/:keywords/:security_key?": [
Expand Down Expand Up @@ -5002,7 +5002,9 @@
"/sicau/zsjy/:category?": [
"nczitzk"
],
"/sigsac/ccs": [],
"/sigsac/ccs": [
"ZeddYu"
],
"/simpleinfo/:category?": [
"haukeng"
],
Expand Down
19 changes: 12 additions & 7 deletions build/radar-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,16 +541,15 @@
source:[ "/" ],
target:"/atptour/news/:lang?" } ] },
"baai.ac.cn":{ _name:"北京智源人工智能研究院",
hub:[ { title:"智源社区 - 评论",
docs:"https://docs.rsshub.app/routes/programming",
source:[ "/comments",
"/" ],
target:"/baai/hub/comments" },
{ title:"智源社区 - 活动",
hub:[ { title:"智源社区 - 活动",
docs:"https://docs.rsshub.app/routes/programming",
source:[ "/events",
"/" ],
target:"/baai/hub/events" } ] },
target:"/baai/hub/events" } ],
".":[ { title:"智源社区",
docs:"https://docs.rsshub.app/routes/programming",
source:[ "/" ],
target:"/baai(_params,url)=>{const searchParams=new URL(url).searchParams;const tagId=searchParams.get(\"tag_id\");const sort=searchParams.get(\"sort\");const range=searchParams.get(\"time_range\");return`/baai/hub${tagId?`/${tagId}`:\"\"}${sort?`/${sort}`:\"\"}${range?`/${range}`:\"\"}`}" } ] },
"backlinko.com":{ _name:"Backlinko",
".":[ { title:"Blog",
docs:"https://docs.rsshub.app/routes/blog",
Expand Down Expand Up @@ -3765,6 +3764,12 @@
docs:"https://docs.rsshub.app/routes/game",
source:[ "/fine/:tagId" ],
target:"/lfsyd/tag/:tagId" } ] },
"lianxh.cn":{ _name:"连享会",
www:[ { title:"精彩资讯",
docs:"https://docs.rsshub.app/routes/programming",
source:[ "/blogs/all.html",
"/" ],
target:"/lianxh/:category?" } ] },
"lifeweek.com.cn":{ _name:"三联生活周刊",
".":[ { title:"Unknown",
docs:"https://docs.rsshub.app/routes/other",
Expand Down
29 changes: 22 additions & 7 deletions build/radar-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -1255,22 +1255,23 @@
"_name": "北京智源人工智能研究院",
"hub": [
{
"title": "智源社区 - 评论",
"title": "智源社区 - 活动",
"docs": "https://docs.rsshub.app/routes/programming",
"source": [
"/comments",
"/events",
"/"
],
"target": "/baai/hub/comments"
},
"target": "/baai/hub/events"
}
],
".": [
{
"title": "智源社区 - 活动",
"title": "智源社区",
"docs": "https://docs.rsshub.app/routes/programming",
"source": [
"/events",
"/"
],
"target": "/baai/hub/events"
"target": "/baai(_params,url)=>{const searchParams=new URL(url).searchParams;const tagId=searchParams.get(\"tag_id\");const sort=searchParams.get(\"sort\");const range=searchParams.get(\"time_range\");return`/baai/hub${tagId?`/${tagId}`:\"\"}${sort?`/${sort}`:\"\"}${range?`/${range}`:\"\"}`}"
}
]
},
Expand Down Expand Up @@ -8666,6 +8667,20 @@
}
]
},
"lianxh.cn": {
"_name": "连享会",
"www": [
{
"title": "精彩资讯",
"docs": "https://docs.rsshub.app/routes/programming",
"source": [
"/blogs/all.html",
"/"
],
"target": "/lianxh/:category?"
}
]
},
"lifeweek.com.cn": {
"_name": "三联生活周刊",
".": [
Expand Down
151 changes: 53 additions & 98 deletions build/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -4881,94 +4881,52 @@
},
"baai": {
"routes": {
"/hub/comments": {
"path": "/hub/comments",
"/hub/events": {
"path": "/hub/events",
"categories": [
"programming"
],
"example": "/baai/hub/comments",
"parameters": {},
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"example": "/baai/hub/events",
"radar": [
{
"source": [
"hub.baai.ac.cn/comments",
"hub.baai.ac.cn/events",
"hub.baai.ac.cn/"
]
}
],
"name": "智源社区 - 评论",
"name": "智源社区 - 活动",
"maintainers": [
"TonyRL"
],
"url": "hub.baai.ac.cn/comments",
"location": "comments.ts"
"url": "hub.baai.ac.cn/events",
"location": "events.ts"
},
"/hub/events": {
"path": "/hub/events",
"/hub/:tagId?/:sort?/:range?": {
"path": [
"/hub/:tagId?/:sort?/:range?"
],
"categories": [
"programming"
],
"example": "/baai/hub/events",
"parameters": {},
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
"example": "/baai/hub",
"parameters": {
"tagId": "社群 ID,可在 [社群页](https://hub.baai.ac.cn/taglist) 或 URL 中找到",
"sort": "排序,见下表,默认为 `new`",
"range": "时间跨度,仅在排序 `readCnt` 时有效"
},
"description": "排序\n\n| 最新 | 最热 |\n| ---- | ------- |\n| new | readCnt |\n\n时间跨度\n\n| 3 天 | 本周 | 本月 |\n| ---- | ---- | ---- |\n| 3 | 7 | 30 |",
"radar": [
{
"source": [
"hub.baai.ac.cn/events",
"hub.baai.ac.cn/"
"baai.ac.cn/"
]
}
],
"name": "智源社区 - 活动",
"name": "智源社区",
"maintainers": [
"TonyRL"
],
"url": "hub.baai.ac.cn/events",
"location": "events.ts"
},
"/hub/:tagId/:sort?/:range?": {
"path": [
"/hub/:tagId/:sort?/:range?",
"/hub/:tagId/:sort?",
"/hub/:sort?"
],
"name": "Unknown",
"maintainers": [],
"location": "hub.ts"
},
"/hub/:tagId/:sort?": {
"path": [
"/hub/:tagId/:sort?/:range?",
"/hub/:tagId/:sort?",
"/hub/:sort?"
],
"name": "Unknown",
"maintainers": [],
"location": "hub.ts"
},
"/hub/:sort?": {
"path": [
"/hub/:tagId/:sort?/:range?",
"/hub/:tagId/:sort?",
"/hub/:sort?"
],
"name": "Unknown",
"maintainers": [],
"location": "hub.ts"
}
},
Expand Down Expand Up @@ -9291,15 +9249,6 @@
"traditional-media"
],
"example": "/caixin/weekly",
"parameters": {},
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
Expand Down Expand Up @@ -29093,15 +29042,6 @@
"journal"
],
"example": "/ieee-security/security-privacy",
"parameters": {},
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
Expand Down Expand Up @@ -33499,6 +33439,37 @@
"name": "旅法师营地",
"url": "www.iyingdi.com"
},
"lianxh": {
"routes": {
"/:category?": {
"path": "/:category?",
"example": "/lianxh",
"parameters": {
"category": "分类 id,可在对应分类页 URL 中找到,默认为 `all`,即全部"
},
"radar": [
{
"source": [
"www.lianxh.cn/blogs/all.html",
"www.lianxh.cn/"
]
}
],
"name": "精彩资讯",
"maintainers": [
"nczitzk"
],
"url": "www.lianxh.cn/",
"description": "| 分类 | id |\n -------------------- | --- |\n 全部 | all |\n Stata 入门 | 16 |\n Stata 教程 | 17 |\n 计量专题 | 18 |\n 内生性 - 因果推断 | 19 |\n 面板数据 | 20 |\n 交乘项 - 调节 - 中介 | 21 |\n 结果输出 | 22 |\n 工具软件 | 23 |\n Stata 绘图 | 24 |\n 数据处理 | 25 |\n Stata 程序 | 26 |\n Probit-Logit | 27 |\n 时间序列 | 28 |\n 空间计量 - 网络分析 | 29 |\n Markdown-LaTeX | 30 |\n 论文写作 | 31 |\n 回归分析 | 32 |\n 其它 | 33 |\n 数据分享 | 34 |\n Stata 资源 | 35 |\n 文本分析 - 爬虫 | 36 |\n Python-R-Matlab | 37 |\n IV-GMM | 38 |\n 倍分法 DID | 39 |\n 断点回归 RDD | 40 |\n PSM-Matching | 41 |\n 合成控制法 | 42 |\n Stata 命令 | 43 |\n 专题课程 | 44 |\n 风险管理 | 45 |\n 生存分析 | 46 |\n 机器学习 | 47 |\n 分位数回归 | 48 |\n SFA-DEA - 效率分析 | 49 |\n 答疑 - 板书 | 50 |\n 论文重现 | 51 |\n 最新课程 | 52 |\n 公开课 | 53 |",
"location": "index.ts"
}
},
"name": "连享会",
"url": "www.lianxh.cn",
"categories": [
"programming"
]
},
"lifeweek": {
"routes": {
"/channel/:id": {
Expand Down Expand Up @@ -50110,15 +50081,6 @@
"journal"
],
"example": "/sigsac/ccs",
"parameters": {},
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
Expand All @@ -50128,7 +50090,9 @@
}
],
"name": "The ACM Conference on Computer and Communications Security",
"maintainers": [],
"maintainers": [
"ZeddYu"
],
"url": "sigsac.org/ccs.html",
"description": "Return results from 2020",
"location": "ccs.ts"
Expand Down Expand Up @@ -57943,15 +57907,6 @@
"journal"
],
"example": "/usenix/usenix-security-sympoium",
"parameters": {},
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
Expand Down

0 comments on commit 0af600c

Please sign in to comment.