From 18e088f2ff02eb5aae84d9c6c92867b5284afc40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:33:19 +0000 Subject: [PATCH] chore: auto build https://github.com/DIYgod/RSSHub/commit/5d9e0f557e4b6a31d4c62b76bd2d8bab77482f57 --- .vitepress/theme/types.ts | 9 +- src/routes/anime.md | 12 +- src/routes/bbs.md | 12 +- src/routes/blog.md | 12 +- src/routes/finance.md | 36 +-- src/routes/forecast.md | 6 +- src/routes/game.md | 14 +- src/routes/government.md | 32 +-- src/routes/journal.md | 16 +- src/routes/live.md | 8 +- src/routes/multimedia.md | 38 +-- src/routes/new-media.md | 64 ++--- src/routes/other.md | 28 +-- src/routes/popular.md | 58 ++--- src/routes/program-update.md | 16 +- src/routes/programming.md | 28 +-- src/routes/reading.md | 4 +- src/routes/shopping.md | 8 +- src/routes/social-media.md | 68 +++--- src/routes/study.md | 4 +- src/routes/traditional-media.md | 56 ++--- src/routes/university.md | 364 ++++++++++++++--------------- src/zh/routes/anime.md | 12 +- src/zh/routes/bbs.md | 12 +- src/zh/routes/blog.md | 12 +- src/zh/routes/finance.md | 36 +-- src/zh/routes/forecast.md | 6 +- src/zh/routes/game.md | 14 +- src/zh/routes/government.md | 32 +-- src/zh/routes/journal.md | 16 +- src/zh/routes/live.md | 8 +- src/zh/routes/multimedia.md | 38 +-- src/zh/routes/new-media.md | 64 ++--- src/zh/routes/other.md | 28 +-- src/zh/routes/popular.md | 58 ++--- src/zh/routes/program-update.md | 16 +- src/zh/routes/programming.md | 28 +-- src/zh/routes/reading.md | 4 +- src/zh/routes/shopping.md | 8 +- src/zh/routes/social-media.md | 68 +++--- src/zh/routes/study.md | 4 +- src/zh/routes/traditional-media.md | 56 ++--- src/zh/routes/university.md | 364 ++++++++++++++--------------- 43 files changed, 892 insertions(+), 885 deletions(-) diff --git a/.vitepress/theme/types.ts b/.vitepress/theme/types.ts index 56f99ce77..5fb66bb4a 100644 --- a/.vitepress/theme/types.ts +++ b/.vitepress/theme/types.ts @@ -60,6 +60,13 @@ export type DataItem = { itunes_duration?: number | string; itunes_item_image?: string; media?: Record>; + attachments?: { + url: string; + mime_type: string; + title?: string; + size_in_bytes?: number; + duration_in_seconds?: number; + }[]; _extra?: Record & { links?: { @@ -273,7 +280,7 @@ interface RouteItem { /** * The handler function of the route */ - handler: (ctx: Context) => Promise | Data; + handler: (ctx: Context) => Promise | Data | null; /** * An example URL of the route diff --git a/src/routes/anime.md b/src/routes/anime.md index 5c8e3f2f4..9a1c35b8b 100644 --- a/src/routes/anime.md +++ b/src/routes/anime.md @@ -109,7 +109,7 @@ ### Manga - + ## Comicat @@ -447,11 +447,11 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv ### 動畫瘋 - 最後更新 - + ### 熱門推薦 - + ## 包子漫画 @@ -479,13 +479,13 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv ### 开播提醒 - + ## 风之动漫 ### 在线漫画 - + ## 幻之羁绊动漫网 @@ -562,7 +562,7 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv ### 漫画更新 - + ### 漫画个人订阅 diff --git a/src/routes/bbs.md b/src/routes/bbs.md index 4b3d822b5..8a568defe 100644 --- a/src/routes/bbs.md +++ b/src/routes/bbs.md @@ -94,7 +94,7 @@ ### 板塊帖子 - + ## Deepin @@ -180,7 +180,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo ### 分区帖子 - + ### 帖子 @@ -333,7 +333,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo ### 子版块 - + ### 作者 @@ -372,7 +372,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo ### 板块 - + ### 个人帖子 @@ -533,7 +533,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo ### 发现 - + | 最新 | 推荐 | 热门 | | ---- | --------- | ---- | @@ -541,7 +541,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo ### 精选 - + ## 司机社 diff --git a/src/routes/blog.md b/src/routes/blog.md index 0929c57c2..17beee4ba 100644 --- a/src/routes/blog.md +++ b/src/routes/blog.md @@ -26,7 +26,7 @@ Ceph is an open source distributed storage system designed to evolve with data. ### Blog - + ## cmpxchg8b @@ -64,7 +64,7 @@ Cohere is a platform for building AI applications. ### Archives - + Enterprise Craftsmanship blog archives @@ -418,7 +418,7 @@ If you subscribe to [WordPress News](https://wordpress.org/news/),where the UR ### 最新发布 - + ## 罗磊的独立博客 @@ -436,7 +436,7 @@ If you subscribe to [WordPress News](https://wordpress.org/news/),where the UR ### 专题展示 - 文章 - + ## 台灣角川 @@ -450,7 +450,7 @@ TAIWAN KADOKAWA ### 文章 - + ## 新语丝 @@ -504,7 +504,7 @@ TAIWAN KADOKAWA ### 博客 - + ## 竹白 diff --git a/src/routes/finance.md b/src/routes/finance.md index dd0e0269f..c8cded2d9 100644 --- a/src/routes/finance.md +++ b/src/routes/finance.md @@ -203,7 +203,7 @@ lang: ### Bloomberg Site - + | Site ID | Title | @@ -325,7 +325,7 @@ lang: ### News - + | News | Blogs | | ---- | ---- | @@ -501,7 +501,7 @@ Language: ### 电报 - + | 看盘 | 公司 | 解读 | 加红 | 推送 | 提醒 | 基金 | 港股 | | ----- | ------------ | ------- | ---- | ----- | ------ | ---- | ---- | @@ -518,11 +518,11 @@ Language: ### 热门文章排行榜 - + ### 深度 - + | 头条 | 股市 | 港股 | 环球 | 公司 | 券商 | 基金 | 地产 | 金融 | 汽车 | 科创 | 创业版 | 品见 | 期货 | 投教 | | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ------ | ---- | ---- | ---- | @@ -590,13 +590,13 @@ Language: ### 创投行业新闻 - + ## 华储网 ### 通知 - + | 交易通知 | 政策规定 | 业务通知 | | ------------ | -------------------- | ----------------- | @@ -781,7 +781,7 @@ Language: ### 个人主页 - + ## 联合资信评估股份有限公司 @@ -899,11 +899,11 @@ Language: ### 沟通交流 - + ### 货币政策司公开市场交易公告 - + ## 上海证券交易所 @@ -972,7 +972,7 @@ Language: ### 本所业务规则 - + ::: tip 若订阅 [综合类](https://www.szse.cn/www/lawrules/rule/all/index.html),网址为 `https://www.szse.cn/www/lawrules/rule/all/index.html`。截取 `https://www.szse.cn/www/lawrules/rule/` 到末尾 `/index.html` 的部分 `all` 作为参数填入,此时路由为 [`/szse/rule/all`](https://rsshub.app/szse/rule/all)。 @@ -1052,7 +1052,7 @@ Language: ### 创业板项目动态 - + 类型 @@ -1181,7 +1181,7 @@ Language: ### 股票信息 - + | 公告 | 新闻 | 研报 | | ------------ | ---- | -------- | @@ -1189,11 +1189,11 @@ Language: ### 今日话题 - + ### 热帖 - + ### 用户专栏 @@ -1201,7 +1201,7 @@ Language: ### 用户收藏动态 - + ### 用户关注时间线 @@ -1225,7 +1225,7 @@ Language: ### 用户动态 - + | 原发布 | 长文 | 问答 | 热门 | 交易 | | ------ | ---- | ---- | ---- | ---- | @@ -1239,7 +1239,7 @@ Language: ### 有知文章 - + | 全部 | 知行小酒馆 | 知行黑板报 | 无人知晓 | 孟岩专栏 | 知行读书会 | 你好,同路人 | | :--: | :--------: | :--------: | :------: | :------: | :--------: | :----------: | diff --git a/src/routes/forecast.md b/src/routes/forecast.md index 75f513103..c865620be 100644 --- a/src/routes/forecast.md +++ b/src/routes/forecast.md @@ -35,7 +35,7 @@ ### 全球地震資訊網 - + 来自香港天文台的全球5级以上地震记录 @@ -195,11 +195,11 @@ Please skip the local service area code for `name`, for example `https://outage. ### 阳江市 - + ### 长沙市 - + 可能仅限于中国大陆服务器访问,以实际情况为准。 diff --git a/src/routes/game.md b/src/routes/game.md index 3481f68ab..7420706ea 100644 --- a/src/routes/game.md +++ b/src/routes/game.md @@ -269,7 +269,7 @@ Region ### News - + - `options.lang`, optional, language, eg. `/fortnite/news/lang=en-US`, common languages are listed below, more languages are available one the [official website](https://www.fortnite.com/news) @@ -542,7 +542,7 @@ javaType: ### Java Game Update - + | Version | versionType | @@ -574,7 +574,7 @@ javaType: ### Nintendo Direct - + ### News(Hong Kong only) @@ -602,7 +602,7 @@ javaType: ### 首页资讯(中国) - + ## osu! @@ -1036,7 +1036,7 @@ Tip: use proxy if necessary. ### 新闻中心 - + | 全部 | 热门 | 新闻 | 公告 | 活动 | 赛事 | 优化 | | ---- | ---- | ---- | ---- | ---- | ---- | ---- | @@ -1098,7 +1098,7 @@ Tip: use proxy if necessary. ### 明日方舟 - 游戏内公告 - + 平台 @@ -1114,7 +1114,7 @@ Tip: use proxy if necessary. ### 明日方舟 - 游戏公告与新闻 - + | 全部 | 最新 | 公告 | 活动 | 新闻 | diff --git a/src/routes/government.md b/src/routes/government.md index 3f4bef37e..f0745f7c9 100644 --- a/src/routes/government.md +++ b/src/routes/government.md @@ -55,7 +55,7 @@ The Government of Japan ### Latest News - + Category @@ -89,7 +89,7 @@ Category ### Briefing Room - + | All | Blog | Legislation | Presidential Actions | Press Briefings | Speeches and Remarks | Statements and Releases | | --- | ---- | ----------- | -------------------- | --------------- | -------------------- | ----------------------- | @@ -97,7 +97,7 @@ Category ### Office of Science and Technology Policy - + ## UK Parliament @@ -186,7 +186,7 @@ Language ### 资讯 - + ::: tip 若订阅 [新闻资讯](https://www.beijingprice.cn/jgzx/xwzx/),网址为 `https://www.beijingprice.cn/jgzx/xwzx/`。截取 `https://beijingprice.cn/` 到末尾 `/` 的部分 `jgzx/xwzx` 作为参数填入,此时路由为 [`/beijingprice/jgzx/xwzx`](https://rsshub.app/beijingprice/jgzx/xwzx)。 @@ -241,7 +241,7 @@ Language ### 考试新闻发布 - + | 新闻中心 | 公务员考试 | 事业单位 | (职)业资格、职称考试 | 其他 | | :------: | :------: | :------: |:------: |:------: | @@ -763,7 +763,7 @@ Language ### 国家林草科技大讲堂 - + | 分类 | id | | -------- | ---- | @@ -776,7 +776,7 @@ Language ### 国家粮食和物资储备局 - + ::: tip 若订阅 [新闻发布](https://www.lswz.gov.cn/html/xinwen/index.shtml),网址为 `https://www.lswz.gov.cn/html/xinwen/index.shtml`。截取 `https://www.lswz.gov.cn/` 到末尾 `.shtml` 的部分 `html/xinwen/index` 作为参数填入,此时路由为 [`/gov/lswz/html/xinwen/index`](https://rsshub.app/gov/lswz/html/xinwen/index)。 @@ -853,7 +853,7 @@ Language ### 惠州市人民政府 - + #### 政务公开 {#guang-dong-sheng-ren-min-zheng-fu-hui-zhou-shi-ren-min-zheng-fu-zheng-wu-gong-kai} @@ -1005,7 +1005,7 @@ Language ### 拍卖信息 / 海关法规 - + ::: warning 由于区域限制,建议在国内 IP 的机器上自建 @@ -1156,7 +1156,7 @@ Language ### 投诉建议 - + ### 文件发布 @@ -1172,7 +1172,7 @@ Language ### 新闻 - + | 政策解读 | 最新文件 | 公告公示 | 教育部简报 | 教育要闻 | | :----------: | :----------: | :------: | :-----------------: | :--------------: | @@ -1219,7 +1219,7 @@ Language ### 业务咨询 - + ### 意见征集 @@ -1393,7 +1393,7 @@ Language ### 政务公开-浦东新区 - + ### 政府公开信息 @@ -1463,7 +1463,7 @@ Language ### 中华人民共和国农业农村部数据 - + ::: tip 若订阅 [中华人民共和国农业农村部数据](http://zdscxx.moa.gov.cn:8080/nyb/pc/messageList.jsp) 的 `价格指数` 报告主题。此时路由为 [`/gov/moa/zdscxx/价格指数`](https://rsshub.app/gov/moa/zdscxx/价格指数)。 @@ -1511,7 +1511,7 @@ Language ### 最新文件 - + ### 最新消息 @@ -1641,7 +1641,7 @@ Language ### 交易所公告 - + ## 中国疾病预防控制中心 diff --git a/src/routes/journal.md b/src/routes/journal.md index dc2a71748..132da9d27 100644 --- a/src/routes/journal.md +++ b/src/routes/journal.md @@ -95,7 +95,7 @@ Return results from 2020 ### Topic - + ::: tip If you subscibe to [arXiv Paper queryed by Detection](https://papers.cool/arxiv/search?highlight=1&query=Detection), where the URL is `https://papers.cool/arxiv/search?highlight=1&query=Detection`, extract the part `https://papers.cool/` to the end, and use it as the parameter to fill in. Therefore, the route will be [`/papers/query/Detection`](https://rsshub.app/papers/query/Detection). @@ -119,7 +119,7 @@ The parameter id in the route is the id in the URL of the user's Google Scholar ### Scholar Keywords Monitoring - + ::: warning Google Scholar has strict anti-crawling mechanism implemented, the demo below doesn't guarantee availability. Please deploy your own instance as it might increase the stability. @@ -236,7 +236,7 @@ Subscribe to the cover images of the Nature journals, and get the latest publica ### New Papers - + Papers that are published in this week. @@ -274,7 +274,7 @@ Return results from 2020 ### Journal - + ::: tip All journals at [Current journals](https://pubs.rsc.org/en/journals) @@ -288,7 +288,7 @@ Return results from 2020 ### Blogs - + To subscribe to [IN THE PIPELINE by Derek Lowe’s](https://science.org/blogs/pipeline) or the [science editor's blog](https://science.org/blogs/editors-blog), use the name parameter `pipeline` or `editors-blog`. @@ -326,7 +326,7 @@ Subscribe to the cover images of Science journals, and get the latest publicatio ### Call for Papers - + `sciencedirect.com/browse/calls-for-papers?subject=education` -> `/sciencedirect/call-for-paper/education` @@ -384,7 +384,7 @@ Sorting ### Current Issue - + ## USENIX @@ -418,7 +418,7 @@ Return results from 2020 ### 最新文章 - + ## 上海大学 diff --git a/src/routes/live.md b/src/routes/live.md index dcf527991..cca1e3aa6 100644 --- a/src/routes/live.md +++ b/src/routes/live.md @@ -4,7 +4,7 @@ ### Latest Discography - + ### News @@ -60,7 +60,7 @@ ### 直播搜索 - + ## 抖音直播 @@ -80,7 +80,7 @@ ### 直播间开播 - + ## 斗鱼直播 @@ -92,5 +92,5 @@ ### 直播间开播 - + diff --git a/src/routes/multimedia.md b/src/routes/multimedia.md index 323c4078e..5a1be704e 100644 --- a/src/routes/multimedia.md +++ b/src/routes/multimedia.md @@ -323,7 +323,7 @@ ### 剧集订阅 - + ::: tip 由于大部分详情页是 `/html/xxx.html`,还有部分是 `/detail/123.html`,所以此处做了兼容,id 取 `xxx` 或者 `123` 都可以。 @@ -333,11 +333,11 @@ ### 最近更新的电源BT列表 - + ### 最近更新 - + ## FIX 字幕侠 @@ -413,7 +413,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c ### 番号 - + | 全部 | 可播放 | 單體作品 | 可下載 | 字幕 | 預覽圖 | | ---- | -------- | -------- | -------- | ----- | ------- | @@ -437,7 +437,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c ### 排行榜 - + 分类 @@ -489,7 +489,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c ### 演員 - + | 全部 | 可播放 | 單體作品 | 可下載 | 含字幕 | | ---- | ------ | -------- | ------ | ------ | @@ -501,7 +501,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c ### 主页 - + 分类 @@ -619,7 +619,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c ### Casts - + ### Categories @@ -627,7 +627,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c ### Studios - + ## ManyVids @@ -758,7 +758,7 @@ The 'Nyaa' includes several routes to access different parts of the site: ### New Porn Videos - + ## Spotify @@ -794,11 +794,11 @@ Refer to [https://developers.themoviedb.org/3/getting-started/languages](https:/ ### Collection - + ### Sheet - + When `mediaType` is `tv`, `sheet` should be: @@ -822,13 +822,13 @@ When `mediaType` is `tv`, `sheet` should be: ### Trending - + ## U3C3 ### Search - + ## 阿基米德 FM @@ -854,7 +854,7 @@ When `mediaType` is `tv`, `sheet` should be: ### 用户视频 - + ## 哔嘀影视 @@ -1076,7 +1076,7 @@ Sometimes there might be only a single post without any reposted work, and vice ### Navigation - + | 殿堂 | 動畫 | VR | 漫畫 | 音聲 | CG・イラスト | | ---- | ----- | -- | ----- | ----- | -- | @@ -1084,7 +1084,7 @@ Sometimes there might be only a single post without any reposted work, and vice ### Search - + ### Tag @@ -1124,7 +1124,7 @@ Sometimes there might be only a single post without any reposted work, and vice ### 节目 - + ## 通用影视采集站视频采集接口路由 @@ -1263,5 +1263,5 @@ Sometimes there might be only a single post without any reposted work, and vice ### 最近更新 - + diff --git a/src/routes/new-media.md b/src/routes/new-media.md index 066730844..566db6e30 100644 --- a/src/routes/new-media.md +++ b/src/routes/new-media.md @@ -563,13 +563,13 @@ Category of news ### Exclusive - + ## FashionNetwork ### FashionNetwork 中国 - + ::: tip 若订阅 [独家新闻](https://fashionnetwork.cn),网址为 `https://fashionnetwork.cn/lists/13.html`。截取 `https://fashionnetwork.cn/` 到末尾 `.html` 的部分 `13` 作为参数填入,此时路由为 [`/fashionnetwork/cn/lists/13`](https://rsshub.app/fashionnetwork/cn/lists/13)。 @@ -719,7 +719,7 @@ Topics ### Topic - + | POPULAR | FROM THE STORE | FOR YOU | | ------- | -------------- | ------- | @@ -873,7 +873,7 @@ If you subscribe to [Trends & Insights](https://www.joneslanglasalle.com.cn/en/t ### Categorised News - + ## LINE @@ -1017,7 +1017,7 @@ This route provides a flexible plan with full text content to subscribe specific ### 活动 - + ### 快讯 @@ -1062,7 +1062,7 @@ This route provides a better reading experience (full text articles) over the of ### 专栏 - + ### 专题 @@ -1510,7 +1510,7 @@ If you subscribe to [Science Quickly](https://www.scientificamerican.com/podcast ### 最新资讯 - + ## The.bi @@ -1570,7 +1570,7 @@ If you subscribe to [Science Quickly](https://www.scientificamerican.com/podcast ### Category - + #### Science, Tech, Math @@ -1969,7 +1969,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 新聞來源列表 - + ### 新聞來源 @@ -2031,7 +2031,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 研究图表 - + | 媒体文娱 | 广告营销 | 游戏行业 | 视频媒体 | 消费电商 | @@ -2104,7 +2104,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 焦点资讯 - + | 城市名 | 缩写 | | ------ | ---- | @@ -2246,7 +2246,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 用户主页 - + | 动态 | 书评 | 视频 | | ---- | ---- | ---- | @@ -2254,7 +2254,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 知识城邦 - + ## 德恒律师事务所 @@ -2304,7 +2304,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 分类 - + 内容类别 @@ -2477,7 +2477,7 @@ Type 栏目: ### 频道 - + | 天下 | 四川 | 辟谣 | 国际 | 云招考 | 30 秒 | 拍客 | 体育 | 国内 | 帮扶铁军 | 文娱 | 宽窄 | 商业 | 千面 | 封面号 | | ---- | ---- | ---- | ---- | ------ | ----- | ---- | ---- | ---- | -------- | ---- | ---- | ---- | ---- | ------ | @@ -2487,7 +2487,7 @@ Type 栏目: ### 分类 - + | 新聞總覽 | 地方新聞 | 歷史頻道 | 評論總覽 | | -------- | ------------- | -------- | ----------- | @@ -2527,7 +2527,7 @@ Type 栏目: ### 个人主页文章 - + ### 观学院 @@ -2539,7 +2539,7 @@ Type 栏目: ### 首页 - + | 全部 | 评论 & 研究 | 要闻 | 风闻 | 热点新闻 | 滚动新闻 | | ---- | ----------- | ----- | ------- | -------- | -------- | @@ -2613,21 +2613,21 @@ Type 栏目: ### 简报 - + ### 搜索 - + ### 文集 - + 更多文集请参见 [文集](https://www.huxiu.com/collection) ### 用户 - + | TA 的文章 | TA 的 24 小时 | | --------- | ------------- | @@ -2639,7 +2639,7 @@ Type 栏目: ### 资讯 - + | 视频 | 车与出行 | 年轻一代 | 十亿消费者 | 前沿科技 | | ---- | -------- | -------- | ---------- | -------- | @@ -2927,7 +2927,7 @@ Type 栏目: ### 动态 - + | 公司新闻 | 漏洞披露 | 技术研究 | | -------- | -------- | -------- | @@ -3288,7 +3288,7 @@ Type 栏目: ### 分类目录 - + ### 今日事 @@ -3506,7 +3506,7 @@ Type 栏目: ### 盐选故事分类 - + | 名称 | ID | @@ -3519,7 +3519,7 @@ Type 栏目: ### 盐选故事搜索 - + ::: tip 若订阅 [关键词:NPC](https://n.ifun.cool/search-result/?s=NPC),网址为 `https://n.ifun.cool/search-result/?s=NPC`,请截取 `s` 的值 `NPC` 作为 `keywords` 参数填入,此时目标路由为 [`/ifun/n/search/NPC`](https://rsshub.app/ifun/n/search/NPC)。 @@ -3528,7 +3528,7 @@ Type 栏目: ### 盐选故事专栏 - + ::: tip 若订阅 [zhihu](https://n.ifun.cool/article-list/2?tagName=zhihu),网址为 `https://n.ifun.cool/article-list/2?tagName=zhihu`,请截取 `tagName` 的值 `zhihu` 作为 `name` 参数填入,此时目标路由为 [`/ifun/n/tag/zhihu`](https://rsshub.app/ifun/n/tag/zhihu)。 @@ -3949,7 +3949,7 @@ Type 栏目: ### 公众号栏目 (非推送 & 历史消息) - + 只适用拥有首页模板 (分享链接带有 homepage) 的公众号。例如从公众号分享出来的链接为 `https://mp.weixin.qq.com/mp/homepage?__biz=MzA3MDM3NjE5NQ==&hid=4`,`biz` 为 `MzA3MDM3NjE5NQ==`,`hid` 为 `4`。 @@ -4103,7 +4103,7 @@ Type 栏目: ### 分类 - + | 技巧分享 | QQ 技巧 | 微信技巧 | 其他教程 | 其他分享 | | -------- | ------- | -------- | -------- | -------- | @@ -4264,7 +4264,7 @@ Type 栏目: ### 分类 - + ::: tip 若订阅 [最新发布](http://www.agri.cn/zx/zxfb/),网址为 `http://www.agri.cn/zx/zxfb/`。截取 `https://www.agri.cn/` 到末尾的部分 `zx/zxfb` 作为参数填入,此时路由为 [`/agri/zx/zxfb`](https://rsshub.app/agri/zx/zxfb)。 @@ -4565,7 +4565,7 @@ Type 栏目: ### 分类 - + ::: tip 若订阅 [协会通知](https://www.chinania.org.cn/html/xiehuidongtai/xiehuitongzhi/),网址为 `https://www.chinania.org.cn/html/xiehuidongtai/xiehuitongzhi/`。截取 `https://www.chinania.org.cn/html` 到末尾 `/` 的部分 `xiehuidongtai/xiehuitongzhi` 作为参数填入,此时路由为 [`/chinania/xiehuidongtai/xiehuitongzhi`](https://rsshub.app/chinania/xiehuidongtai/xiehuitongzhi)。 diff --git a/src/routes/other.md b/src/routes/other.md index 20cd2c4c0..600f2bb0d 100644 --- a/src/routes/other.md +++ b/src/routes/other.md @@ -54,7 +54,7 @@ ### Exchange and Repair Extension Programs - + ## Aqara @@ -72,7 +72,7 @@ ### 社区 - + ## Asian to lick @@ -109,7 +109,7 @@ News from the official site of men's professional tennis. ### 搜索 - + ## biodiscover.com 生物探索 @@ -778,13 +778,13 @@ United Parcel Service (UPS) updates, news, and tracking RSS feeds. ### Tracking - + ## Urban Dictionary ### Random words - + ## v1tx @@ -846,11 +846,11 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate ### 分类 - + ### 精读 - + ## 艾瑞 @@ -860,7 +860,7 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate ### 周度市场观察 - + | 家电行业 | 服装行业 | 美妆行业 | 食品饮料行业 | | -------- | -------- | -------- | ------------ | @@ -1175,7 +1175,7 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate ### 新聞 - + | category | 即時新聞頻道 | | -------- | ------------ | @@ -1330,15 +1330,15 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate ### 標籤更新 - + ### 分类更新 - + ### 最新 - + ## 世界新聞網 @@ -1362,11 +1362,11 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate ### 搜索 - + ### 特色 LOGO - + ## 台灣大哥大 diff --git a/src/routes/popular.md b/src/routes/popular.md index bacb53eb4..1402abd78 100644 --- a/src/routes/popular.md +++ b/src/routes/popular.md @@ -326,7 +326,7 @@ lang: ### Bloomberg Site - + | Site ID | Title | @@ -599,7 +599,7 @@ Type ### News - + | News | Blogs | | ---- | ---- | @@ -739,7 +739,7 @@ The parameter id in the route is the id in the URL of the user's Google Scholar ### Scholar Keywords Monitoring - + ::: warning Google Scholar has strict anti-crawling mechanism implemented, the demo below doesn't guarantee availability. Please deploy your own instance as it might increase the stability. @@ -841,7 +841,7 @@ Subscribe to the content of a specific user ### Topic - + | POPULAR | FROM THE STORE | FOR YOU | | ------- | -------------- | ------- | @@ -939,7 +939,7 @@ informed AI RSS feeds: ### User Profile - Picnob - + ## JavBus @@ -1192,7 +1192,7 @@ This route provides a flexible plan with full text content to subscribe specific ### 分区帖子 - + ## NHK @@ -1226,7 +1226,7 @@ This route provides a flexible plan with full text content to subscribe specific ### 活动 - + ### 快讯 @@ -1263,7 +1263,7 @@ This route provides a flexible plan with full text content to subscribe specific ### 专栏 - + ### 专题 @@ -1634,7 +1634,7 @@ URL: [https://www.nytimes.com/zh-hans/series/daily-briefing-chinese](https://www ### News - + By extracting the full text of articles, we provide a better reading experience (full text articles) over the official one. @@ -1914,7 +1914,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 新聞來源列表 - + ### 新聞來源 @@ -1985,11 +1985,11 @@ yande post ### 動畫瘋 - 最後更新 - + ### 熱門推薦 - + ## 白话区块链 @@ -2035,11 +2035,11 @@ yande post ### UP 主动态 - + ### UP 主投稿 - + ### 番剧 @@ -2130,7 +2130,7 @@ yande post ### 用户主页 - + | 动态 | 书评 | 视频 | | ---- | ---- | ---- | @@ -2138,7 +2138,7 @@ yande post ### 知识城邦 - + ## 电獭少女 @@ -2174,7 +2174,7 @@ yande post ### 分类 - + 内容类别 @@ -2263,7 +2263,7 @@ yande post ### 豆瓣小组 - + ### 话题 @@ -2271,7 +2271,7 @@ yande post ### 用户广播 - + ::: tip @@ -2425,21 +2425,21 @@ Type 栏目: ### 简报 - + ### 搜索 - + ### 文集 - + 更多文集请参见 [文集](https://www.huxiu.com/collection) ### 用户 - + | TA 的文章 | TA 的 24 小时 | | --------- | ------------- | @@ -2451,7 +2451,7 @@ Type 栏目: ### 资讯 - + | 视频 | 车与出行 | 年轻一代 | 十亿消费者 | 前沿科技 | | ---- | -------- | -------- | ---------- | -------- | @@ -2622,7 +2622,7 @@ Type 栏目: ### 个人主页 - + ## 量子位 @@ -2693,7 +2693,7 @@ Type 栏目: ### 动态 - + | 公司新闻 | 漏洞披露 | 技术研究 | | -------- | -------- | -------- | @@ -3086,7 +3086,7 @@ Type 栏目: ### 节目 - + ## 微博 @@ -3146,7 +3146,7 @@ Type 栏目: ### 用户笔记/收藏 - + ## 小宇宙 @@ -3170,7 +3170,7 @@ Type 栏目: ### 有知文章 - + | 全部 | 知行小酒馆 | 知行黑板报 | 无人知晓 | 孟岩专栏 | 知行读书会 | 你好,同路人 | | :--: | :--------: | :--------: | :------: | :------: | :--------: | :----------: | diff --git a/src/routes/program-update.md b/src/routes/program-update.md index ce25e8d0a..0d455e807 100644 --- a/src/routes/program-update.md +++ b/src/routes/program-update.md @@ -61,13 +61,13 @@ Alpine Linux packages update ### SDK Platform Tools release notes - + ## APKPure ### Versions - + ## App Center @@ -94,7 +94,7 @@ Alpine Linux packages update ### Comments - + Retrieve only the comments of the app from the past 7 days. @@ -132,7 +132,7 @@ Retrieve only the comments of the app from the past 7 days. ### BlueStacks 5 Release Notes - + ## Brave @@ -230,7 +230,7 @@ Language ### Script Update - + | Sort | Description | | --------------- | -------------- | @@ -255,7 +255,7 @@ Language ### Release Notes - + ## iFi audio @@ -403,7 +403,7 @@ It is recommended to use with clipping tools such as Notion Web Clipper. ### Change Log - + ## qBittorrent @@ -415,7 +415,7 @@ It is recommended to use with clipping tools such as Notion Web Clipper. ### REPACK скачать - + ::: tip If you subscribe to [Системные программы](https://lrepacks.net/repaki-sistemnyh-programm/),where the URL is `https://lrepacks.net/repaki-sistemnyh-programm/`, extract the part `https://lrepacks.net/` to the end, which is `repaki-sistemnyh-programm`, and use it as the parameter to fill in. Therefore, the route will be [`/lrepacks/repaki-sistemnyh-programm`](https://rsshub.app/lrepacks/repaki-sistemnyh-programm). diff --git a/src/routes/programming.md b/src/routes/programming.md index e68e9dc39..7f1c158e1 100644 --- a/src/routes/programming.md +++ b/src/routes/programming.md @@ -78,13 +78,13 @@ You have the option to utilize the main heading or use individual categories as ### Platform Software - + > routeParms can be copied from original site URL, example: `/alternativeto/platform/firefox/license=free` ### Software Alternatives - + > routeParms can be copied from original site URL, example: `/alternativeto/software/cpp/license=opensource&platform=windows` @@ -273,11 +273,11 @@ Deepseek API 文档。 ### 仓库提交 - + ### 仓库动态 - + ### 仓库 Releases @@ -370,7 +370,7 @@ GitHub provides some official RSS feeds: ### Search Result - + | Sort options | sort | | ---------------- | --------- | @@ -445,15 +445,15 @@ Get the activities of a user on GitHub, based on the GitHub official RSS feed ### 板块 - + ### 招聘 - + ### 周刊 - + ## Hacker News @@ -523,7 +523,7 @@ Subscribe to the content of a specific user ### 漏洞 - + | 缺省 | all | closed | disclosed | patching | | ------ | ---- | ------ | --------- | -------- | @@ -606,7 +606,7 @@ Subscribe to the content of a specific user ### 数据集 - + ## MySQL @@ -665,7 +665,7 @@ Official RSS Source: https://nodejs.org/en/feed/blog.xml ### Models - + ## OpenAI @@ -957,7 +957,7 @@ OpenAI Cookbook 提供了大量使用 OpenAI API 的实用指南和示例代码, ### 文章 - + | id | 分类 | | -------- | ------------ | @@ -1174,7 +1174,7 @@ OSCHINA ### 精彩资讯 - + | 分类 | id | -------------------- | --- | @@ -1294,7 +1294,7 @@ OSCHINA ### 周刊 - JavaScript - + | javascript | node | react | | ---------- | ---- | ----- | diff --git a/src/routes/reading.md b/src/routes/reading.md index 5449693e3..d02dfd3fe 100644 --- a/src/routes/reading.md +++ b/src/routes/reading.md @@ -220,7 +220,7 @@ When multiple works have the same points, their order may differ from syosetu's ### Series - + ## 爱思想 @@ -234,7 +234,7 @@ When multiple works have the same points, their order may differ from syosetu's ### 栏目 - + ### 思想库(专栏) diff --git a/src/routes/shopping.md b/src/routes/shopping.md index 865eb8d8e..257a4d3ad 100644 --- a/src/routes/shopping.md +++ b/src/routes/shopping.md @@ -88,7 +88,7 @@ Country ### Toys List - + ## hotukdeals @@ -323,7 +323,7 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3 ### 众筹 - + 分类 @@ -399,7 +399,7 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3 ### 用户文章 - + ### 用户爆料 @@ -423,7 +423,7 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3 ### 权益中心 - + | 充电免停 | 酒店 | 美食 | 生活方式 | | -------- | ---- | ---- | -------- | diff --git a/src/routes/social-media.md b/src/routes/social-media.md index 294ab2cff..ebda58f1f 100644 --- a/src/routes/social-media.md +++ b/src/routes/social-media.md @@ -222,13 +222,13 @@ You may need to setup cookie for a less restrictive rate limit and private profi ### User Profile - Picnob - + ## Instagram ### User Profile - Picuki - + ::: warning @@ -491,7 +491,7 @@ Retrieve the activities associated with a specified account in the decentralized ### User - + ## Vimeo @@ -683,15 +683,15 @@ Chart ### UP 主图文 - + ### UP 主投币视频 - + ### UP 主动态 - + ### UP 主非默认收藏夹 @@ -715,23 +715,23 @@ Chart ### UP 主点赞视频 - + ### UP 主频道的视频列表 - + ### UP 主频道的合集 - + ### UP 主默认收藏夹 - + ### UP 主投稿 - + ### 番剧 @@ -895,7 +895,7 @@ Chart ### 热搜 - + ### 入站必刷 @@ -911,11 +911,11 @@ Chart ### 视频评论 - + ### 视频搜索 - + 分区 id 的取值请参考下表: @@ -957,11 +957,11 @@ Chart ### 用户追番列表 - + ### 用户所有视频 - + ### 用户稍后再看 @@ -1007,7 +1007,7 @@ Chart ### 博主 - + ## 豆瓣 @@ -1029,11 +1029,11 @@ Chart ### 豆瓣电影人 - + ### 豆瓣电影分类 - + 排序方式可选值如下 @@ -1043,19 +1043,19 @@ Chart ### 豆瓣读书论坛 - + ### 豆瓣豆列 - + ### 豆瓣小组 - + ### 豆瓣招聘 - + | 社会招聘 | 校园招聘 | 实习生招聘 | | :------: | :------: | :--------: | @@ -1121,7 +1121,7 @@ Chart ### 即将上映的电影 - + ### 浏览发现 @@ -1137,7 +1137,7 @@ Chart ### 频道专题 - + | 默认 | 热门 | 最新 | | ------- | ---- | ---- | @@ -1181,7 +1181,7 @@ Chart ### 用户广播 - + ::: tip @@ -1218,7 +1218,7 @@ Chart ### 用户想看 - + 对于豆瓣用户想看的内容,在 `routeParams` 参数中以 query string 格式设置如下选项可以控制输出的样式 @@ -1228,7 +1228,7 @@ Chart ### 正在上映的电影 - + ### 最新增加的音乐 @@ -1303,7 +1303,7 @@ Chart ### 热榜 - + | 参数名称 | 今日热门 | 点赞榜 | 评论榜 | 收藏榜 | 酷图榜 | | -------- | -------- | ------ | ------ | ------ | ------ | @@ -1341,7 +1341,7 @@ Chart ### Profile - + ::: tip The profile page of the user, which contains the user's information, videos, and other information. @@ -1478,11 +1478,11 @@ The profile page of the user, which contains the user's information, videos, and ### 用户笔记/收藏 - + ### 专辑 - + ## 新榜 @@ -1564,11 +1564,11 @@ The profile page of the user, which contains the user's information, videos, and ### 用户全部收藏内容 - + ### 用户回答 - + ### 用户文章 diff --git a/src/routes/study.md b/src/routes/study.md index 47df080ba..0e9c466a5 100644 --- a/src/routes/study.md +++ b/src/routes/study.md @@ -156,7 +156,7 @@ RSS feed for LMU academic staff job openings. ### 新闻 - + ::: tip 若订阅 [信息与政策](https://www.sdzk.cn/NewsList.aspx?BCID=1),网址为 `https://www.sdzk.cn/NewsList.aspx?BCID=1`。截取 `BCID=1` 作为参数,此时路由为 [`/sdzk/1`](https://rsshub.app/sdzk/1)。 @@ -194,7 +194,7 @@ RSS feed for LMU academic staff job openings. ### 学术资讯 - + ::: tip 若订阅 [期刊动态](https://www.eshukan.com/academic/index.aspx?cid=1),网址为 `https://www.eshukan.com/academic/index.aspx?cid=1`。截取 `https://www.eshukan.com/academic/index.aspx?cid=` 到末尾的部分 `1` 作为参数填入,此时路由为 [`/eshukan/academic/1`](https://rsshub.app/eshukan/academic/1)。 diff --git a/src/routes/traditional-media.md b/src/routes/traditional-media.md index 8e269ed48..812773276 100644 --- a/src/routes/traditional-media.md +++ b/src/routes/traditional-media.md @@ -89,7 +89,7 @@ See the [official RSS page](https://www.scmp.com/rss) to get the ID of each cate ### Home - + ### Section @@ -394,7 +394,7 @@ Parameters can be obtained from the official website, for instance: ### News - + | Russian Politics & Diplomacy | World | Business & Economy | Military & Defense | Science & Space | Emergencies | Society & Culture | Press Review | Sports | | ---------------------------- | ----- | ------------------ | ------------------ | --------------- | ----------- | ----------------- | ------------ | ------ | @@ -499,11 +499,11 @@ For example, the category for the page https://www.koreaherald.com/Business and ### Home - + ### News - + | 総合 | オピニオン | 経済 | 政治 | 金融 | マーケット | ビジネス | マネーのまなび | テック | 国際 | スポーツ | 社会・調査 | 地域 | 文化 | ライフスタイル | | ---- | ---------- | ------- | -------- | --------- | ---------- | -------- | -------------- | ---------- | ------------- | -------- | ---------- | ----- | ------- | -------------- | @@ -539,7 +539,7 @@ URL: [https://www.nytimes.com/zh-hans/series/daily-briefing-chinese](https://www ### News - + By extracting the full text of articles, we provide a better reading experience (full text articles) over the official one. @@ -640,7 +640,7 @@ en_us ### News - + | English | 日本語 | Монгол | Русский | 简体中文 | | ------- | ------ | ------ | ------- | -------- | @@ -784,7 +784,7 @@ Column 列表: ### 栏目 - + | 栏目 | id | | -------------- | -------- | @@ -883,11 +883,11 @@ Column 列表: ### 轮播 - + ### 视听 - + | Id | 名称 | | -------------------- | ---------------------------- | @@ -996,7 +996,7 @@ Column 列表: ### 原创 - + ## 东网 @@ -1068,13 +1068,13 @@ Column 列表: ### 农博士在行动 - + ## 湖南日报 ### 电子刊物 - + | 版 | 编号 | | -------------------- | ---- | @@ -1103,7 +1103,7 @@ Column 列表: ### 分类 - + | 国内新闻 | 国际新闻 | 军事 | 台海 | 评论 | | -------- | -------- | ---- | ------ | ------- | @@ -1113,17 +1113,17 @@ Column 列表: ### 分类 - + ### 首页 - + ## 客家電視台 ### 新聞首頁 - + | 客家焦點 | 政經要聞 | 民生醫療 | 地方風采 | 國際萬象 | | -------- | --------- | -------- | -------- | ------------- | @@ -1181,7 +1181,7 @@ Column 列表: ### 轉角國際 - 首頁 - + | 首頁 | 最新文章 | 熱門文章 | | ---- | -------- | -------- | @@ -1218,14 +1218,14 @@ Column 列表: ### 奥一网 - + - 若在桌面端打开奥一网栏目页(如 `https://www.oeeee.com/api/channel.php?s=/index/index/channel/gz`),可查看该页源代码,搜索 `OECID`。 - 若在移动端打开奥一网栏目页(格式例:`https://m.oeeee.com/m.php?s=/m2/channel&channel_id=169`),即可从 url 中获取。需注意的是,如果该栏目页的 url 格式为 `https://m.oeeee.com/detailChannel_indexData.html?channel_id=266` ,则 `266` 并非为本路由可用的频道 ID,建议从桌面端获取。 ### 南都客户端(按记者) - + 记者的 UID 可通过 `m.mp.oeeee.com` 下的文章页面获取。点击文章下方的作者头像,进入该作者的个人主页,即可从 url 中获取。 @@ -1394,7 +1394,7 @@ Column 列表: ### 主頻道 - + | 主頻道名稱 | 主頻道 ID | | ---------- | --------- | @@ -1414,15 +1414,15 @@ Column 列表: ### 子頻道 - + ### 最新上線 - + ### 作者 - + ## 无线新闻 @@ -1446,7 +1446,7 @@ Column 列表: ### 频道 - + 参数均可在官网获取,如: @@ -1526,7 +1526,7 @@ Column 列表: ### 分类 - + ## 新蓝网(浙江广播电视集团) @@ -1590,7 +1590,7 @@ Column 列表: ### 栏目 - + | 焦点访谈 | 等着我 | 今日说法 | 开讲啦 | | -------- | ------ | -------- | ------ | @@ -1665,7 +1665,7 @@ Column 列表: ### 播客 - + > 类型名与播客 id 可以在播客对应的 URL 中找到 > 如 URL `https://radio.cgtn.com/podcast/column/ezfm/More-to-Read/4` ,其 `category` 为 `ezfm` ,`id` 为 `4`,对应的订阅路由为 [`/podcast/ezfm/4`](https://rsshub.app/podcast/ezfm/4) @@ -1728,5 +1728,5 @@ Column 列表: ### 科技日报 - + diff --git a/src/routes/university.md b/src/routes/university.md index e9c6f9d48..60439b7f8 100644 --- a/src/routes/university.md +++ b/src/routes/university.md @@ -61,7 +61,7 @@ ### 教务处通知 - + ### 研究生院 @@ -137,7 +137,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### Library - + | News Type | Parameters | | --------- | ---------- | @@ -157,7 +157,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### School of Design - + | News Type | Parameters | | ------------------------ | ---------- | @@ -170,7 +170,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### Shuangxing Information - + | News Type | Parameters | | --------- | ---------- | @@ -230,7 +230,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### The Office of Academic Affairs - + | News | Notification | | :--: | :----------: | @@ -240,7 +240,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### Global Innovation Exchange News - + | Blog | In The News | | ---- | ----------- | @@ -250,13 +250,13 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 科研动态 - + ## 安徽建筑大学 ### 通知公告 - + ## 北京理工大学 @@ -280,7 +280,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 教务处通知公告 - + | 教务快讯 | 考试信息 | 课程信息 | 教改动态 | 图片新闻 | | -------- | -------- | -------- | -------- | -------- | @@ -292,7 +292,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 绿色新闻网 - + | 绿色要闻 | 校园动态 | 教学科研 | 党建思政 | 一周排行 | | -------- | -------- | -------- | -------- | -------- | @@ -300,7 +300,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 信息学院通知 - + | 学院新闻 | 科研动态 | 本科生培养 | 研究生培养 | | -------- | -------- | ---------- | ---------- | @@ -308,7 +308,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 研究生院培养动态 - + ## 北京师范大学 @@ -338,7 +338,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 经济与工商管理学院 - + | 学院新闻 | 通知公告 | 学术成果 | 学术讲座 | 教师观点 | 人才招聘 | | -------- | -------- | -------- | -------- | -------- | -------- | @@ -346,7 +346,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 经济与工商管理学院MBA - + ::: tip 若订阅 [新闻聚焦](https://mba.bnu.edu.cn/xwdt/index.html),网址为 `https://mba.bnu.edu.cn/xwdt/index.html`。截取 `https://mba.bnu.edu.cn/` 到末尾 `/index.html` 的部分 `xwdt` 作为参数填入,此时路由为 [`/bnu/mba/xwdt`](https://rsshub.app/bnu/mba/xwdt)。 @@ -465,11 +465,11 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 教务处 - + ### 人才招聘 - + ## 北京大学 @@ -483,7 +483,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 北大未名 BBS 全站十大 - + ::: warning 论坛部分帖子正文内容的获取需要用户登录后的 Cookie 值,详情见部署页面的配置模块。 @@ -509,11 +509,11 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 软件与微电子学院 - 招生通知 - + ### 软件与微电子学院 - 硕士统考招生通知 - + ### 生命科学学院通知公告 @@ -533,7 +533,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 研究生招生网 - + ## 北京协和医学院 @@ -567,17 +567,17 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 教务处通知公告 - + ## 电子科技大学 ### 计算机科学与工程学院 - + ### 教务处 - + | 重要公告 | 学生事务公告 | 教师事务公告 | 教学新闻 | 办公室 | | --------- | ------------ | ------------ | -------- | ------ | @@ -597,7 +597,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 文化素质教育中心 - + | 活动预告 | 通知公告 | | -------- | -------- | @@ -605,7 +605,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 新闻中心 - + | 学术 | 文化 | 公告 | 校内通知 | | ------- | ------- | ------------ | ------------ | @@ -613,11 +613,11 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 信息与通信工程学院 - + ### 信息与软件工程学院 - + | 最新 | 院办 | 学生科 | 教务科 | 研管科 | 组织 | 人事 | 实践教育中心 | Int'I | | ---- | ---- | ------ | ------ | ------ | ---- | ---- | ------------ | ----- | @@ -625,7 +625,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 研究生院 - + | 重要公告 | 教学管理 | 学位管理 | 学生管理 | 就业实践 | | --------- | -------- | -------- | -------- | -------- | @@ -633,13 +633,13 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 自动化工程学院 - + ## 东华大学 ### 教务处通知 - + | 学生专栏 | 教师专栏 | 选课专栏(仅选课期间开放) | 辅修专业 | | -------- | -------- | -------- | -------- | @@ -647,11 +647,11 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 学术信息 - + ### 研究生院通知 - + | 新闻动态 | 通知公告 | 选课考试 | | -------- | -------- | -------- | @@ -659,7 +659,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 研究生招生信息 - + | 博士招生 | 硕士招生 | | -------- | -------- | @@ -667,7 +667,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 最新信息公开 - + ## 东北大学 @@ -695,7 +695,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 医学与生物信息工程学院 - + | Id | 名称 | | ----------------------- | ---------- | @@ -727,7 +727,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 信息科学与工程学院学术活动 - + ### 研究生院全部公告 @@ -735,7 +735,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 研究生招生网通知公告 - + | 硕士招生 | 博士招生 | 港澳台及中外合作办学 | | -------- | -------- | -------------------- | @@ -745,7 +745,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 人力资源处 - + ::: tip 如 [通知公告](http://hr.uibe.edu.cn/tzgg) 的 URL 为 `http://hr.uibe.edu.cn/tzgg`,其路由为 [`/uibe/hr/tzgg`](https://rsshub.app/uibe/hr/tzgg) @@ -767,21 +767,21 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 人工智能学院通知公告 - + ### 图书馆最新消息 - + ### 研究生院招生公告 - + ## 广州大学 ### 研究生院招生动态 - + ## 哈尔滨工业大学 @@ -795,7 +795,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 今日哈工大 - + ::: tip 今日哈工大的文章分为公告公示和新闻快讯,每个页面右侧列出了更详细的分类,其编号为每个 URL 路径的最后一个数字。 @@ -824,7 +824,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 今日工大 - 通知公告 - + ## 哈尔滨工程大学 @@ -838,7 +838,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 本科生院工作通知 - + author 列表: @@ -892,7 +892,7 @@ author 列表: ### 船舶工程学院 - + | 学院要闻 | 学术活动 | 通知公告 | 学科方向 | | :------: | :------: |:------: | :------: | @@ -933,7 +933,7 @@ author 列表: ### 研究生院 - + | 通知公告 | 新闻动态 | 学籍注册 | 奖助学金 | 其他 | | :------: | :------: | :------: | :------: | :--: | @@ -943,7 +943,7 @@ author 列表: ### 教务处 - + ::: tip - type 可以从 URL 中的 columnId 获取。 @@ -955,7 +955,7 @@ author 列表: ### 新闻网 - + | 理工要闻 | 新闻导读 | 综合新闻 | 教学科研 | 院处动态 | 学术科创 | 交流合作 | 招生就业 | 党建思政 | 在线播放 | 理工校报 | 媒体理工 | 讲座论坛 | 人才招聘 | |----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------| @@ -983,7 +983,7 @@ author 列表: ### 合肥校区通知 - + | 通知公告(https://news.hfut.edu.cn/tzgg2.htm) | 教学科研(https://news.hfut.edu.cn/tzgg2/jxky.htm) | 其他通知(https://news.hfut.edu.cn/tzgg2/qttz.htm) | | ------------ | -------------- | ------------------ | @@ -991,7 +991,7 @@ author 列表: ### 宣城校区通知 - + | 通知公告(https://xc.hfut.edu.cn/1955/list.htm) | 院系动态-工作通知(https://xc.hfut.edu.cn/gztz/list.htm) | | ------------ | -------------- | @@ -1001,7 +1001,7 @@ author 列表: ### 河南财政金融学院 - + | 校内公告通知 | 教务处公告通知 | 招生就业处公告通知 | | ------------ | -------------- | ------------------ | @@ -1037,7 +1037,7 @@ author 列表: ### 主页 - + ::: tip 若订阅 [通知公告](https://www.hubu.edu.cn/index/tzgg.htm),网址为 `https://www.hubu.edu.cn/index/tzgg.htm`。截取 `https://www.hubu.edu.cn/` 到末尾 `.htm` 的部分 `index/tzgg` 作为参数填入,此时路由为 [`/hubu/www/index/tzgg`](https://rsshub.app/hubu/www/index/tzgg)。 @@ -1050,7 +1050,7 @@ author 列表: ### 资源环境学院 - + ::: tip 若订阅 [通知公告](https://zhxy.hubu.edu.cn/index/tzgg.htm),网址为 `https://zhxy.hubu.edu.cn/index/tzgg.htm`。截取 `https://zhxy.hubu.edu.cn/` 到末尾 `.htm` 的部分 `index/tzgg` 作为参数填入,此时路由为 [`/hubu/zhxy/index/tzgg`](https://rsshub.app/hubu/zhxy/index/tzgg)。 @@ -1089,7 +1089,7 @@ author 列表: ### 公共管理与法学学院 - + | 分类 | 通知公告 | 学院新闻 | 其他分类通知... | | ---- | -------- | -------- | --------------- | @@ -1106,7 +1106,7 @@ author 列表: ### 教务处 - + | 分类 | 通知公告 | 教务动态 | 其他教务通知... | | ---- | -------- | -------- | --------------- | @@ -1114,7 +1114,7 @@ author 列表: ### 信息与智能科学学院 - + | 分类 | 通知公告 | 学院新闻 | 其他分类通知... | | ---- | ---------- | -------- | --------------- | @@ -1124,7 +1124,7 @@ author 列表: ### 计算机学院 - + ### 就业信息 @@ -1132,7 +1132,7 @@ author 列表: ### 伍论贡学院 - + ### 研究生通知公告 @@ -1142,7 +1142,7 @@ author 列表: ### 本科教务处信息网 - + | 其他任意值 | mto | mttb | gi | mpt | fai | | ---------- | ------------ | ------------------ | -------- | ------------ | ------------ | @@ -1154,13 +1154,13 @@ author 列表: ### 研究生院通知公告 - + ## 华中科技大学 ### 机械科学与工程学院 - + ::: tip 若订阅 [通知公告](https://mse.hust.edu.cn/sylm/tzgg.htm),网址为 `https://mse.hust.edu.cn/sylm/tzgg.htm`。截取 `https://mse.hust.edu.cn/` 到末尾 `.html` 的部分 `sylm/tzgg` 作为参数填入,此时路由为 [`/hust/mse/sylm/tzgg`](https://rsshub.app/hust/mse/sylm/tzgg)。 @@ -1268,11 +1268,11 @@ author 列表: ### 人工智能和自动化学院新闻 - + ### 人工智能和自动化学院通知 - + | 最新 | 党政 | 科研 | 本科生 | 研究生 | 学工思政 | 离退休 | | ---- | ---- | ---- | ------ | ------ | -------- | ------ | @@ -1280,7 +1280,7 @@ author 列表: ### 研究生院 - + ::: tip 若订阅 [新闻动态](https://gs.hust.edu.cn/xwdt.htm),网址为 `https://gs.hust.edu.cn/xwdt.htm`。截取 `https://gs.hust.edu.cn/` 到末尾 `.htm` 的部分 `xwdt` 作为参数填入,此时路由为 [`/hust/gs/xwdt`](https://rsshub.app/hust/gs/xwdt)。 @@ -1335,13 +1335,13 @@ author 列表: ### 研究生院通知公告 - + ## 华北电力大学 ### 北京校区研究生院 - + | 类型 | 硕士招生信息 | 通知公告 | 研究生培养信息 | | ---- | ------------ | -------- | -------------- | @@ -1351,7 +1351,7 @@ author 列表: ### 学校通知 - + ## 华南农业大学 @@ -1397,7 +1397,7 @@ author 列表: ### 广州国际校区 - 媒体报道 - + ::: warning 由于学校网站对非大陆 IP 的访问存在限制,可能需自行部署。 @@ -1405,7 +1405,7 @@ author 列表: ### 广州国际校区 - 新闻聚焦 - + ::: warning 由于学校网站对非大陆 IP 的访问存在限制,可能需自行部署。 @@ -1413,7 +1413,7 @@ author 列表: ### 广州国际校区 - 通知公告 - + | 学术预告 | 教研通知 | 海外学习 | 事务通知 | | -------- | -------- | -------- | -------- | @@ -1426,7 +1426,7 @@ author 列表: ### 机械与汽车工程学院 - 通知公告 - + | 公务信息 | 党建工作 | 人事工作 | 学生工作 | 科研实验室 | 本科生教务 | 研究生教务 | | -------- | -------- | -------- | -------- | ---------- | ---------- | ---------- | @@ -1458,21 +1458,21 @@ author 列表: ### 研究生院通知公告 - + ## 吉林大学 ### 吉林大学计算机科学与技术学院 - 新闻中心 - + ### 教务通知 - + ### 物理学院 - + ## 吉首大学 @@ -1514,7 +1514,7 @@ author 列表: ### 教学部通知公告 - + | 实践教学科 | 教育运行科 | 教研教改科 | 学籍管理科 | 考试科 | 教材建设管理科 | | ---------- | ---------- | ---------- | ---------- | ------ | -------------- | @@ -1524,7 +1524,7 @@ author 列表: ### 教务通知 - + ## 南京工程学院 @@ -1544,7 +1544,7 @@ author 列表: ### 计算机与电子信息学院 - 人工智能学院 - + | 学院公告 | 学院新闻 | 学生资讯 | | -------- | -------- | -------- | @@ -1562,15 +1562,15 @@ author 列表: ### ITSC 信息中心 - + ### 本科迎新 - + ### 本科生交换生系统 - + | 新闻通知 | 交换生项目 | | -------- | ---------- | @@ -1578,7 +1578,7 @@ author 列表: ### 本科生院 - + | 公告通知 | 教学动态 | | -------- | -------- | @@ -1586,7 +1586,7 @@ author 列表: ### 大学外语部 - + ### 后勤集团 @@ -1594,11 +1594,11 @@ author 列表: ### 基建处 - + ### 科学技术处 - + | 通知公告 | 科研动态 | | -------- | -------- | @@ -1606,7 +1606,7 @@ author 列表: ### 人才招聘网 - + | 信息发布 | 教研类岗位 | 管理岗位及其他 | | -------- | ---------- | -------------- | @@ -1614,11 +1614,11 @@ author 列表: ### 校医院 - + ### 研究生院 - + ### 招标办公室 @@ -1630,7 +1630,7 @@ author 列表: ### 资产管理处 - + ## 南京中医药大学 @@ -1642,7 +1642,7 @@ author 列表: ### 教务处通知与新闻 - + | 通知公告 | 教务快讯 | | -------- | -------- | @@ -1652,7 +1652,7 @@ author 列表: ### 财务处 - + | 通知公告 | 办事流程 | | -------- | -------- | @@ -1660,7 +1660,7 @@ author 列表: ### 电光学院研学网 - + | 公示通知 | 学术文化 | 就业指导 | | -------- | -------- | -------- | @@ -1668,7 +1668,7 @@ author 列表: ### 电光学院年级网站 - + `grade` 列表: @@ -1684,7 +1684,7 @@ author 列表: ### 电光学院 - + | 通知公告 | 新闻动态 | | -------- | -------- | @@ -1692,7 +1692,7 @@ author 列表: ### 教务处 - + | 教师通知 | 学生通知 | 新闻 | 学院动态 | | -------- | -------- | ---- | -------- | @@ -1700,7 +1700,7 @@ author 列表: ### 研究生院 - + | 首页通知公告 | 首页新闻动态 | 最新通知 | 招生信息 | 培养信息 | 学术活动 | | ------------ | ------------ | -------- | -------- | -------- | -------- | @@ -1710,11 +1710,11 @@ author 列表: ### 官网通知公告 - + ### 图书馆通知公告 - + ## 南京航空航天大学 @@ -1724,7 +1724,7 @@ author 列表: ### 计算机科学与技术学院 - + | 通知公告 | 热点新闻 | 学科科研 | 教学动态 | 本科生培养 | 研究生培养 | 学生工作 | | -------- | -------- | -------- | -------- | ---------- | ---------- | -------- | @@ -1732,7 +1732,7 @@ author 列表: ### 教务处 - + | 通知公告 | 教学服务 | 教学建设 | 学生培养 | 教学资源 | | -------- | -------- | -------- | -------- | -------- | @@ -1740,7 +1740,7 @@ author 列表: ### 研究生院 - + | 通知公告 | 新闻动态 | 学术信息 | 师生风采 | | -------- | -------- | -------- | -------- | @@ -1764,7 +1764,7 @@ author 列表: ### NUIST AS(南信大大气科学学院) - + | 信息公告 | 新闻快讯 | 科学研究 | 网上公示 | 本科教育 | 研究生教育 | | -------- | -------- | -------- | -------- | -------- | ---------- | @@ -1772,7 +1772,7 @@ author 列表: ### NUIST CS(南信大计软院) - + | 新闻快讯 | 通知公告 | 教务信息 | 科研动态 | 学子风采 | | -------- | -------- | -------- | -------- | -------- | @@ -1780,7 +1780,7 @@ author 列表: ### NUIST ESE(南信大环科院) - + | 通知公告 | 新闻快讯 | 学术动态 | 学生工作 | 研究生教育 | 本科教育 | | -------- | -------- | -------- | -------- | ---------- | -------- | @@ -1796,7 +1796,7 @@ author 列表: ### 教务处 - + | 教学要闻 | 学院教学 | 教务管理 | 教学研究 | 教务管理 | 教材建设 | 考试中心 | | -------- | -------- | -------- | -------- | -------- | -------- | -------- | @@ -1804,7 +1804,7 @@ author 列表: ### 南信大信息公告栏 - + | 全部 | 文件公告 | 学术报告 | 招标信息 | 会议通知 | 党政事务 | 组织人事 | | ---- | -------- | -------- | -------- | -------- | -------- | -------- | @@ -1820,7 +1820,7 @@ author 列表: ### 南信大学生工作处 - + ## 南方科技大学 @@ -1840,17 +1840,17 @@ author 列表: ### 通知公告 - + ## 青岛大学 ### 后勤管理处通知 - + ### 教务处通知 - + ## 青岛科技大学 @@ -1862,11 +1862,11 @@ author 列表: ### 图书馆通知公告 - + ### 图书馆资源动态 - + ::: tip 若订阅 [清华大学图书馆已购资源动态](https://lib.tsinghua.edu.cn/zydt/yg.htm),网址为 `https://lib.tsinghua.edu.cn/zydt/yg.htm`。截取 `https://lib.tsinghua.edu.cn/zydt` 到末尾 `.htm` 的部分 `yg` 作为参数填入,此时路由为 [`/tsinghua/lib/zydt/yg`](https://rsshub.app/tsinghua/lib/zydt/yg)。 @@ -1881,7 +1881,7 @@ author 列表: ### 教务处 - + | 板块 | 参数 | | ------- | ------- | @@ -1900,7 +1900,7 @@ author 列表: ### 首页 - + | 板块 | 参数 | | ------- | ------- | @@ -1913,7 +1913,7 @@ author 列表: ### 数学与计算机科学学院 软件学院 - + | 板块 | 参数 | | ------- | ------- | @@ -1934,7 +1934,7 @@ author 列表: ### 材料科学与工程学院通知 - + | 通知公告 | 学院新闻 | 本科生教育 | 研究生教育 | 学术动态 | | -------- | -------- | ---------- | ---------- | -------- | @@ -1950,7 +1950,7 @@ author 列表: ### 机械工程学院通知 - + | 通知公告 | 院所新闻 | 教学信息 | 学术动态 | 学院简报 | | -------- | -------- | -------- | -------- | -------- | @@ -1958,7 +1958,7 @@ author 列表: ### 计算机科学与技术学院通知 - + | 学院公告 | 学术报告 | 科技简讯 | 本科教育 | 研究生教育 | | -------- | -------- | -------- | -------- | -------- | @@ -1966,7 +1966,7 @@ author 列表: ### 计算机科学与技术学院研究生工作网站 - + | 重要通知 | 公示栏 | | -------- | -------- | @@ -1974,7 +1974,7 @@ author 列表: ### 教务处 - + | 规章制度 | 专业建设 | 实践教学 | 支部风采 | 服务指南 | 教务要闻 | 工作通知 | 教务简报 | 常用下载 | | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | @@ -1990,7 +1990,7 @@ author 列表: ### 青岛校区学科建设与研究生教育办公室 - + | 工作通知 | | -------- | @@ -1998,7 +1998,7 @@ author 列表: ### 软件学院通知 - + | 通知公告 | 学术动态 | 本科教育 | 研究生教育 | | -------- | -------- | -------- | ---------- | @@ -2006,7 +2006,7 @@ author 列表: ### 新闻网 - + | 校园要闻 | 学生动态 | 综合新闻 | 山大视点 | 菁菁校园 | 校园简讯 | 玛珈之窗 | 热点专题 | 媒体视角 | 高教视野 | 理论学习 | | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | @@ -2014,7 +2014,7 @@ author 列表: ### 学生在线(青岛) - + | 学团通知-研究生 | 学团通知-本科生 | 学团通知-团学 | 学团通知-心理 | 学团要闻 | -------- | -------- |-------- |-------- |-------- | @@ -2022,7 +2022,7 @@ author 列表: ### 研工部 - + | 重要通知 | 管理服务 | 创新实践 | | -------- | -------- |-------- | @@ -2032,7 +2032,7 @@ author 列表: ### 研究生招生网 - + 栏目 @@ -2058,7 +2058,7 @@ author 列表: ### 新闻网与学院通知 - + 类型名称与默认 ID: @@ -2113,7 +2113,7 @@ author 列表: ### 官网信息 - + | 学术讲座 | 通知公告 | | -------- | -------- | @@ -2141,7 +2141,7 @@ author 列表: ### 官网通知公告 - + | 通知公告 | 重要新闻 | | -------- | --------- | @@ -2149,7 +2149,7 @@ author 列表: ### 国际部港澳台办公室 - + | 通知公告 | | -------- | @@ -2165,7 +2165,7 @@ author 列表: ### 校园看点 - + | 文化信息 | 学术报告 | | -------- | --------- | @@ -2173,7 +2173,7 @@ author 列表: ### 研究生院 - + | 综合新闻 | 培养管理 | 国际交流 | | -------- | --------- | --------- | @@ -2203,7 +2203,7 @@ author 列表: ### 研究生通知公告 - + | 工作信息 | 招生信息 | 培养信息 | 学位学科 | 国际交流 | 创新工程 | | -------- | -------- | -------- | -------- | -------- | -------- | @@ -2243,11 +2243,11 @@ author 列表: ### 教务处通知公告 - + ### 匹兹堡学院通知 - + ## 四川职业技术学院 @@ -2259,7 +2259,7 @@ author 列表: ### 动物科技学院 - + | 通知公告 | 学院动态 | 教学管理 | 动科大讲堂 | 就业信息 | | -------- | -------- | -------- | ---------- | -------- | @@ -2322,7 +2322,7 @@ author 列表: ### 教务处 - + ### 研究生院 @@ -2368,7 +2368,7 @@ author 列表: ### 本科生院通知公告 - + ### 经济与管理学院通知 @@ -2381,7 +2381,7 @@ author 列表: ### 软件学院通知 - + | 本科生通知 | 研究生通知 | 教工通知 | 全体通知 | 学院通知 | 学院新闻 | 学院活动 | | ---------- | ---------- | -------- | -------- | -------- | -------- | -------- | @@ -2391,7 +2391,7 @@ author 列表: ### 研究生院通知公告 - + ## 潍坊学院 @@ -2401,7 +2401,7 @@ author 列表: ### 新闻 - + | **内容** | **参数** | | :------: | :------: | @@ -2417,7 +2417,7 @@ author 列表: ### 计算机学院公告 - + | 公告类型 | 学院新闻 | 学术交流 | 通知公告 | 科研进展 | | -------- | -------- | -------- | -------- | -------- | @@ -2425,7 +2425,7 @@ author 列表: ### 水利水电学院公告 - + | 公告类型 | 学院新闻 | 学术科研 | 通知公告 | | -------- | -------- | -------- | -------- | @@ -2433,7 +2433,7 @@ author 列表: ### 武汉大学遥感信息工程学院 - + @@ -2459,7 +2459,7 @@ author 列表: ### 新闻网 - + category 参数可选,范围如下: @@ -2473,7 +2473,7 @@ category 参数可选,范围如下: ### 研究生院 - + | 公告类型 | 新闻动态 | 学术探索 | 院系风采 | 通知 (全部) | 通知 (招生) | 通知 (培养) | 通知 (学位) | 通知 (质量与专业学位) | 通知 (综合) | | -------- | -------- | -------- | -------- | ----------- | ----------- | ----------- | ----------- | --------------------- | ----------- | @@ -2523,7 +2523,7 @@ category 参数可选,范围如下: ### 地球科学与工程学院 - + 研究生教育通知公告 @@ -2535,21 +2535,21 @@ category 参数可选,范围如下: ### 交通运输与物流学院 - + #### 研究生通知 {#xi-nan-jiao-tong-da-xue-jiao-tong-yun-shu-yu-wu-liu-xue-yuan-yan-jiu-sheng-tong-zhi} ### 教务网 - + ### 就业招聘信息 - + ### 扬华素质网 - + 栏目列表: @@ -2611,7 +2611,7 @@ category 参数可选,范围如下: ### 教务处 - + | 通知公告 | | :------: | @@ -2621,7 +2621,7 @@ category 参数可选,范围如下: ### 教务处 - + ::: warning 有些内容需使用校园网或 VPN 访问知行网获取 @@ -2633,7 +2633,7 @@ category 参数可选,范围如下: ### 人事处 - + ::: warning 有些内容指向外部链接,目前只提供这些链接,不提供具体内容,去除 jwc 和 index 的修改 @@ -2645,7 +2645,7 @@ category 参数可选,范围如下: ### 学校主页 - + | 学校新闻 | 砥志研思 | 立德树人 | 传道授业 | 校闻周知 | | :------: | :------: | :------: | :------: | :------: | @@ -2655,17 +2655,17 @@ category 参数可选,范围如下: ### 通知公告 - + ### 学术信息 - + ## 西安电子科技大学 ### 计算机科学与技术学院 - + | 文章来源 | 参数 | | ---------------------- | ----------- | @@ -2679,7 +2679,7 @@ category 参数可选,范围如下: ### 教务处 - + | 教学信息 | 教学研究 | 实践教学 | 质量监控 | 通知公告 | | :------: | :------: | :------: | :------: | :------: | @@ -2687,7 +2687,7 @@ category 参数可选,范围如下: ### 研究生院/卓越工程师学院 - + | 文章来源 | 参数 | | ------------- | ------------ | @@ -2750,13 +2750,13 @@ category 参数可选,范围如下: ### 教务处 - + 打开一个类似 的网址,在 `.cn` 后的内容就是 subpath,此例中是 `jxxx/jxtz2` ### 就业创业中心 - + 栏目类型 @@ -2774,13 +2774,13 @@ category 参数可选,范围如下: ### 研究生院通知公告 - + ## 新乡医学院三全学院 ### 官网信息 - + | 学校要闻 | 通知 | 学术讲座 | 基层风采书院 | 基层风采院系 | 外媒报道 | 三全学院报 | | -------- | ---- | -------- | ------------ | ------------ | -------- | ---------- | @@ -2830,7 +2830,7 @@ category 参数可选,范围如下: ### 软件学院 - + | 全部通知 | 招生信息 | 教务管理 | 论文管理 | 思政工作 | 评奖评优 | 实习就业 | 国际实习 | 国内合作科研 | 国际合作科研 | 校园服务 | | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | ------------ | ------------ | -------- | @@ -2840,7 +2840,7 @@ category 参数可选,范围如下: ### 软件学院 - + | 全部通知 | 招生信息 | 教务管理 | 论文管理 | 思政工作 | 评奖评优 | 实习就业 | 国际实习 | 国内合作科研 | 国际合作科研 | 校园服务 | | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | ------------ | ------------ | -------- | @@ -2856,7 +2856,7 @@ category 参数可选,范围如下: ### 研究生院 - + | 全部公告 | 教学管理 | 各类资助 | 学科建设 | 海外交流 | | -------- | -------- | -------- | -------- | -------- | @@ -2960,19 +2960,19 @@ category 参数可选,范围如下: ### 研招网通知公告 - + #### 信电学院 {#zhong-guo-nong-ye-da-xue-yan-zhao-wang-tong-zhi-gong-gao-xin-dian-xue-yuan} ### 研招网通知公告 - + ## 中南大学 ### 计算机学院 - + | 类型 | 学院新闻 | 通知公告 | 学术信息 | 学工动态 | 科研动态 | | ---- | -------- | -------- | -------- | -------- | -------- | @@ -2980,7 +2980,7 @@ category 参数可选,范围如下: ### 就业信息网招聘信息 - + ### 校长信箱 @@ -2994,7 +2994,7 @@ category 参数可选,范围如下: ### 研究生招生网 - + ## 中国人民解放军国防科技大学 @@ -3010,11 +3010,11 @@ category 参数可选,范围如下: ### 后勤公告通知 - + ### 教务处 - + ### 信息科学与工程学院研究生招生通知公告 @@ -3022,7 +3022,7 @@ category 参数可选,范围如下: ### 信息科学与工程学院团学工作 - + | 新闻动态 | 学院活动 | 奖助工作获奖情况 | | -------- | -------- | ---------------- | @@ -3030,7 +3030,7 @@ category 参数可选,范围如下: ### 信息科学与工程学院 - + | 学院要闻 | 学院公告 | 学院活动 | | -------- | -------- | -------- | @@ -3056,7 +3056,7 @@ category 参数可选,范围如下: ### 粤港澳发展研究院 - + | 人才招聘 | 人才培养 | 新闻动态 | 通知公告 | 专家观点 | | ---------- | ------------- | -------- | -------- | -------- | @@ -3070,7 +3070,7 @@ category 参数可选,范围如下: ### 人工智能学院 - + ### 招聘信息 @@ -3180,13 +3180,13 @@ category 参数可选,范围如下: ### 通知公告 - + ## 重庆文理学院 ### 通知公告 - + | 通知公告 | 学术活动公告 | | -------- | ------------ | @@ -3196,5 +3196,5 @@ category 参数可选,范围如下: ### 学校公告 - + diff --git a/src/zh/routes/anime.md b/src/zh/routes/anime.md index 82f85cabc..f4692b93c 100644 --- a/src/zh/routes/anime.md +++ b/src/zh/routes/anime.md @@ -109,7 +109,7 @@ ### Manga - + ## Comicat @@ -447,11 +447,11 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv ### 動畫瘋 - 最後更新 - + ### 熱門推薦 - + ## 包子漫画 @@ -479,13 +479,13 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv ### 开播提醒 - + ## 风之动漫 ### 在线漫画 - + ## 幻之羁绊动漫网 @@ -562,7 +562,7 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv ### 漫画更新 - + ### 漫画个人订阅 diff --git a/src/zh/routes/bbs.md b/src/zh/routes/bbs.md index 5b88a7e33..c98d584a7 100644 --- a/src/zh/routes/bbs.md +++ b/src/zh/routes/bbs.md @@ -94,7 +94,7 @@ ### 板塊帖子 - + ## Deepin @@ -180,7 +180,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo ### 分区帖子 - + ### 帖子 @@ -333,7 +333,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo ### 子版块 - + ### 作者 @@ -372,7 +372,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo ### 板块 - + ### 个人帖子 @@ -533,7 +533,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo ### 发现 - + | 最新 | 推荐 | 热门 | | ---- | --------- | ---- | @@ -541,7 +541,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo ### 精选 - + ## 司机社 diff --git a/src/zh/routes/blog.md b/src/zh/routes/blog.md index 321e54747..dd0658419 100644 --- a/src/zh/routes/blog.md +++ b/src/zh/routes/blog.md @@ -26,7 +26,7 @@ Ceph is an open source distributed storage system designed to evolve with data. ### Blog - + ## cmpxchg8b @@ -64,7 +64,7 @@ Cohere is a platform for building AI applications. ### Archives - + Enterprise Craftsmanship blog archives @@ -418,7 +418,7 @@ If you subscribe to [WordPress News](https://wordpress.org/news/),where the UR ### 最新发布 - + ## 罗磊的独立博客 @@ -436,7 +436,7 @@ If you subscribe to [WordPress News](https://wordpress.org/news/),where the UR ### 专题展示 - 文章 - + ## 台灣角川 @@ -450,7 +450,7 @@ TAIWAN KADOKAWA ### 文章 - + ## 新语丝 @@ -504,7 +504,7 @@ TAIWAN KADOKAWA ### 博客 - + ## 竹白 diff --git a/src/zh/routes/finance.md b/src/zh/routes/finance.md index a544320ba..4a11a0f55 100644 --- a/src/zh/routes/finance.md +++ b/src/zh/routes/finance.md @@ -203,7 +203,7 @@ lang: ### Bloomberg Site - + | Site ID | Title | @@ -325,7 +325,7 @@ lang: ### News - + | News | Blogs | | ---- | ---- | @@ -501,7 +501,7 @@ Language: ### 电报 - + | 看盘 | 公司 | 解读 | 加红 | 推送 | 提醒 | 基金 | 港股 | | ----- | ------------ | ------- | ---- | ----- | ------ | ---- | ---- | @@ -518,11 +518,11 @@ Language: ### 热门文章排行榜 - + ### 深度 - + | 头条 | 股市 | 港股 | 环球 | 公司 | 券商 | 基金 | 地产 | 金融 | 汽车 | 科创 | 创业版 | 品见 | 期货 | 投教 | | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ------ | ---- | ---- | ---- | @@ -590,13 +590,13 @@ Language: ### 创投行业新闻 - + ## 华储网 ### 通知 - + | 交易通知 | 政策规定 | 业务通知 | | ------------ | -------------------- | ----------------- | @@ -781,7 +781,7 @@ Language: ### 个人主页 - + ## 联合资信评估股份有限公司 @@ -899,11 +899,11 @@ Language: ### 沟通交流 - + ### 货币政策司公开市场交易公告 - + ## 上海证券交易所 @@ -972,7 +972,7 @@ Language: ### 本所业务规则 - + ::: tip 若订阅 [综合类](https://www.szse.cn/www/lawrules/rule/all/index.html),网址为 `https://www.szse.cn/www/lawrules/rule/all/index.html`。截取 `https://www.szse.cn/www/lawrules/rule/` 到末尾 `/index.html` 的部分 `all` 作为参数填入,此时路由为 [`/szse/rule/all`](https://rsshub.app/szse/rule/all)。 @@ -1052,7 +1052,7 @@ Language: ### 创业板项目动态 - + 类型 @@ -1181,7 +1181,7 @@ Language: ### 股票信息 - + | 公告 | 新闻 | 研报 | | ------------ | ---- | -------- | @@ -1189,11 +1189,11 @@ Language: ### 今日话题 - + ### 热帖 - + ### 用户专栏 @@ -1201,7 +1201,7 @@ Language: ### 用户收藏动态 - + ### 用户关注时间线 @@ -1225,7 +1225,7 @@ Language: ### 用户动态 - + | 原发布 | 长文 | 问答 | 热门 | 交易 | | ------ | ---- | ---- | ---- | ---- | @@ -1239,7 +1239,7 @@ Language: ### 有知文章 - + | 全部 | 知行小酒馆 | 知行黑板报 | 无人知晓 | 孟岩专栏 | 知行读书会 | 你好,同路人 | | :--: | :--------: | :--------: | :------: | :------: | :--------: | :----------: | diff --git a/src/zh/routes/forecast.md b/src/zh/routes/forecast.md index bf51771c9..b2070c536 100644 --- a/src/zh/routes/forecast.md +++ b/src/zh/routes/forecast.md @@ -35,7 +35,7 @@ ### 全球地震資訊網 - + 来自香港天文台的全球5级以上地震记录 @@ -195,11 +195,11 @@ Please skip the local service area code for `name`, for example `https://outage. ### 阳江市 - + ### 长沙市 - + 可能仅限于中国大陆服务器访问,以实际情况为准。 diff --git a/src/zh/routes/game.md b/src/zh/routes/game.md index b405f310f..6eabd4995 100644 --- a/src/zh/routes/game.md +++ b/src/zh/routes/game.md @@ -269,7 +269,7 @@ Region ### News - + - `options.lang`, optional, language, eg. `/fortnite/news/lang=en-US`, common languages are listed below, more languages are available one the [official website](https://www.fortnite.com/news) @@ -542,7 +542,7 @@ javaType: ### Java Game Update - + | Version | versionType | @@ -574,7 +574,7 @@ javaType: ### Nintendo Direct - + ### News(Hong Kong only) @@ -602,7 +602,7 @@ javaType: ### 首页资讯(中国) - + ## osu! @@ -1036,7 +1036,7 @@ Tip: use proxy if necessary. ### 新闻中心 - + | 全部 | 热门 | 新闻 | 公告 | 活动 | 赛事 | 优化 | | ---- | ---- | ---- | ---- | ---- | ---- | ---- | @@ -1098,7 +1098,7 @@ Tip: use proxy if necessary. ### 明日方舟 - 游戏内公告 - + 平台 @@ -1114,7 +1114,7 @@ Tip: use proxy if necessary. ### 明日方舟 - 游戏公告与新闻 - + | 全部 | 最新 | 公告 | 活动 | 新闻 | diff --git a/src/zh/routes/government.md b/src/zh/routes/government.md index 86a819239..cc685bc14 100644 --- a/src/zh/routes/government.md +++ b/src/zh/routes/government.md @@ -55,7 +55,7 @@ The Government of Japan ### Latest News - + Category @@ -89,7 +89,7 @@ Category ### Briefing Room - + | All | Blog | Legislation | Presidential Actions | Press Briefings | Speeches and Remarks | Statements and Releases | | --- | ---- | ----------- | -------------------- | --------------- | -------------------- | ----------------------- | @@ -97,7 +97,7 @@ Category ### Office of Science and Technology Policy - + ## UK Parliament @@ -186,7 +186,7 @@ Language ### 资讯 - + ::: tip 若订阅 [新闻资讯](https://www.beijingprice.cn/jgzx/xwzx/),网址为 `https://www.beijingprice.cn/jgzx/xwzx/`。截取 `https://beijingprice.cn/` 到末尾 `/` 的部分 `jgzx/xwzx` 作为参数填入,此时路由为 [`/beijingprice/jgzx/xwzx`](https://rsshub.app/beijingprice/jgzx/xwzx)。 @@ -241,7 +241,7 @@ Language ### 考试新闻发布 - + | 新闻中心 | 公务员考试 | 事业单位 | (职)业资格、职称考试 | 其他 | | :------: | :------: | :------: |:------: |:------: | @@ -763,7 +763,7 @@ Language ### 国家林草科技大讲堂 - + | 分类 | id | | -------- | ---- | @@ -776,7 +776,7 @@ Language ### 国家粮食和物资储备局 - + ::: tip 若订阅 [新闻发布](https://www.lswz.gov.cn/html/xinwen/index.shtml),网址为 `https://www.lswz.gov.cn/html/xinwen/index.shtml`。截取 `https://www.lswz.gov.cn/` 到末尾 `.shtml` 的部分 `html/xinwen/index` 作为参数填入,此时路由为 [`/gov/lswz/html/xinwen/index`](https://rsshub.app/gov/lswz/html/xinwen/index)。 @@ -853,7 +853,7 @@ Language ### 惠州市人民政府 - + #### 政务公开 {#guang-dong-sheng-ren-min-zheng-fu-hui-zhou-shi-ren-min-zheng-fu-zheng-wu-gong-kai} @@ -1005,7 +1005,7 @@ Language ### 拍卖信息 / 海关法规 - + ::: warning 由于区域限制,建议在国内 IP 的机器上自建 @@ -1156,7 +1156,7 @@ Language ### 投诉建议 - + ### 文件发布 @@ -1172,7 +1172,7 @@ Language ### 新闻 - + | 政策解读 | 最新文件 | 公告公示 | 教育部简报 | 教育要闻 | | :----------: | :----------: | :------: | :-----------------: | :--------------: | @@ -1219,7 +1219,7 @@ Language ### 业务咨询 - + ### 意见征集 @@ -1393,7 +1393,7 @@ Language ### 政务公开-浦东新区 - + ### 政府公开信息 @@ -1463,7 +1463,7 @@ Language ### 中华人民共和国农业农村部数据 - + ::: tip 若订阅 [中华人民共和国农业农村部数据](http://zdscxx.moa.gov.cn:8080/nyb/pc/messageList.jsp) 的 `价格指数` 报告主题。此时路由为 [`/gov/moa/zdscxx/价格指数`](https://rsshub.app/gov/moa/zdscxx/价格指数)。 @@ -1511,7 +1511,7 @@ Language ### 最新文件 - + ### 最新消息 @@ -1641,7 +1641,7 @@ Language ### 交易所公告 - + ## 中国疾病预防控制中心 diff --git a/src/zh/routes/journal.md b/src/zh/routes/journal.md index 8fb846394..cdc3ffe02 100644 --- a/src/zh/routes/journal.md +++ b/src/zh/routes/journal.md @@ -95,7 +95,7 @@ Return results from 2020 ### Topic - + ::: tip If you subscibe to [arXiv Paper queryed by Detection](https://papers.cool/arxiv/search?highlight=1&query=Detection), where the URL is `https://papers.cool/arxiv/search?highlight=1&query=Detection`, extract the part `https://papers.cool/` to the end, and use it as the parameter to fill in. Therefore, the route will be [`/papers/query/Detection`](https://rsshub.app/papers/query/Detection). @@ -119,7 +119,7 @@ The parameter id in the route is the id in the URL of the user's Google Scholar ### Scholar Keywords Monitoring - + ::: warning Google Scholar has strict anti-crawling mechanism implemented, the demo below doesn't guarantee availability. Please deploy your own instance as it might increase the stability. @@ -236,7 +236,7 @@ Subscribe to the cover images of the Nature journals, and get the latest publica ### New Papers - + Papers that are published in this week. @@ -274,7 +274,7 @@ Return results from 2020 ### Journal - + ::: tip All journals at [Current journals](https://pubs.rsc.org/en/journals) @@ -288,7 +288,7 @@ Return results from 2020 ### Blogs - + To subscribe to [IN THE PIPELINE by Derek Lowe’s](https://science.org/blogs/pipeline) or the [science editor's blog](https://science.org/blogs/editors-blog), use the name parameter `pipeline` or `editors-blog`. @@ -326,7 +326,7 @@ Subscribe to the cover images of Science journals, and get the latest publicatio ### Call for Papers - + `sciencedirect.com/browse/calls-for-papers?subject=education` -> `/sciencedirect/call-for-paper/education` @@ -384,7 +384,7 @@ Sorting ### Current Issue - + ## USENIX @@ -418,7 +418,7 @@ Return results from 2020 ### 最新文章 - + ## 上海大学 diff --git a/src/zh/routes/live.md b/src/zh/routes/live.md index 615ff4344..e64cc045c 100644 --- a/src/zh/routes/live.md +++ b/src/zh/routes/live.md @@ -4,7 +4,7 @@ ### Latest Discography - + ### News @@ -60,7 +60,7 @@ ### 直播搜索 - + ## 抖音直播 @@ -80,7 +80,7 @@ ### 直播间开播 - + ## 斗鱼直播 @@ -92,5 +92,5 @@ ### 直播间开播 - + diff --git a/src/zh/routes/multimedia.md b/src/zh/routes/multimedia.md index 4b47d19a3..319fc22a8 100644 --- a/src/zh/routes/multimedia.md +++ b/src/zh/routes/multimedia.md @@ -323,7 +323,7 @@ ### 剧集订阅 - + ::: tip 由于大部分详情页是 `/html/xxx.html`,还有部分是 `/detail/123.html`,所以此处做了兼容,id 取 `xxx` 或者 `123` 都可以。 @@ -333,11 +333,11 @@ ### 最近更新的电源BT列表 - + ### 最近更新 - + ## FIX 字幕侠 @@ -413,7 +413,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c ### 番号 - + | 全部 | 可播放 | 單體作品 | 可下載 | 字幕 | 預覽圖 | | ---- | -------- | -------- | -------- | ----- | ------- | @@ -437,7 +437,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c ### 排行榜 - + 分类 @@ -489,7 +489,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c ### 演員 - + | 全部 | 可播放 | 單體作品 | 可下載 | 含字幕 | | ---- | ------ | -------- | ------ | ------ | @@ -501,7 +501,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c ### 主页 - + 分类 @@ -619,7 +619,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c ### Casts - + ### Categories @@ -627,7 +627,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c ### Studios - + ## ManyVids @@ -758,7 +758,7 @@ The 'Nyaa' includes several routes to access different parts of the site: ### New Porn Videos - + ## Spotify @@ -794,11 +794,11 @@ Refer to [https://developers.themoviedb.org/3/getting-started/languages](https:/ ### Collection - + ### Sheet - + When `mediaType` is `tv`, `sheet` should be: @@ -822,13 +822,13 @@ When `mediaType` is `tv`, `sheet` should be: ### Trending - + ## U3C3 ### Search - + ## 阿基米德 FM @@ -854,7 +854,7 @@ When `mediaType` is `tv`, `sheet` should be: ### 用户视频 - + ## 哔嘀影视 @@ -1076,7 +1076,7 @@ Sometimes there might be only a single post without any reposted work, and vice ### Navigation - + | 殿堂 | 動畫 | VR | 漫畫 | 音聲 | CG・イラスト | | ---- | ----- | -- | ----- | ----- | -- | @@ -1084,7 +1084,7 @@ Sometimes there might be only a single post without any reposted work, and vice ### Search - + ### Tag @@ -1124,7 +1124,7 @@ Sometimes there might be only a single post without any reposted work, and vice ### 节目 - + ## 通用影视采集站视频采集接口路由 @@ -1263,5 +1263,5 @@ Sometimes there might be only a single post without any reposted work, and vice ### 最近更新 - + diff --git a/src/zh/routes/new-media.md b/src/zh/routes/new-media.md index 71322c07a..ab92526a2 100644 --- a/src/zh/routes/new-media.md +++ b/src/zh/routes/new-media.md @@ -563,13 +563,13 @@ Category of news ### Exclusive - + ## FashionNetwork ### FashionNetwork 中国 - + ::: tip 若订阅 [独家新闻](https://fashionnetwork.cn),网址为 `https://fashionnetwork.cn/lists/13.html`。截取 `https://fashionnetwork.cn/` 到末尾 `.html` 的部分 `13` 作为参数填入,此时路由为 [`/fashionnetwork/cn/lists/13`](https://rsshub.app/fashionnetwork/cn/lists/13)。 @@ -719,7 +719,7 @@ Topics ### Topic - + | POPULAR | FROM THE STORE | FOR YOU | | ------- | -------------- | ------- | @@ -873,7 +873,7 @@ If you subscribe to [Trends & Insights](https://www.joneslanglasalle.com.cn/en/t ### Categorised News - + ## LINE @@ -1017,7 +1017,7 @@ This route provides a flexible plan with full text content to subscribe specific ### 活动 - + ### 快讯 @@ -1062,7 +1062,7 @@ This route provides a better reading experience (full text articles) over the of ### 专栏 - + ### 专题 @@ -1510,7 +1510,7 @@ If you subscribe to [Science Quickly](https://www.scientificamerican.com/podcast ### 最新资讯 - + ## The.bi @@ -1570,7 +1570,7 @@ If you subscribe to [Science Quickly](https://www.scientificamerican.com/podcast ### Category - + #### Science, Tech, Math @@ -1969,7 +1969,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 新聞來源列表 - + ### 新聞來源 @@ -2031,7 +2031,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 研究图表 - + | 媒体文娱 | 广告营销 | 游戏行业 | 视频媒体 | 消费电商 | @@ -2104,7 +2104,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 焦点资讯 - + | 城市名 | 缩写 | | ------ | ---- | @@ -2246,7 +2246,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 用户主页 - + | 动态 | 书评 | 视频 | | ---- | ---- | ---- | @@ -2254,7 +2254,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 知识城邦 - + ## 德恒律师事务所 @@ -2304,7 +2304,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 分类 - + 内容类别 @@ -2477,7 +2477,7 @@ Type 栏目: ### 频道 - + | 天下 | 四川 | 辟谣 | 国际 | 云招考 | 30 秒 | 拍客 | 体育 | 国内 | 帮扶铁军 | 文娱 | 宽窄 | 商业 | 千面 | 封面号 | | ---- | ---- | ---- | ---- | ------ | ----- | ---- | ---- | ---- | -------- | ---- | ---- | ---- | ---- | ------ | @@ -2487,7 +2487,7 @@ Type 栏目: ### 分类 - + | 新聞總覽 | 地方新聞 | 歷史頻道 | 評論總覽 | | -------- | ------------- | -------- | ----------- | @@ -2527,7 +2527,7 @@ Type 栏目: ### 个人主页文章 - + ### 观学院 @@ -2539,7 +2539,7 @@ Type 栏目: ### 首页 - + | 全部 | 评论 & 研究 | 要闻 | 风闻 | 热点新闻 | 滚动新闻 | | ---- | ----------- | ----- | ------- | -------- | -------- | @@ -2613,21 +2613,21 @@ Type 栏目: ### 简报 - + ### 搜索 - + ### 文集 - + 更多文集请参见 [文集](https://www.huxiu.com/collection) ### 用户 - + | TA 的文章 | TA 的 24 小时 | | --------- | ------------- | @@ -2639,7 +2639,7 @@ Type 栏目: ### 资讯 - + | 视频 | 车与出行 | 年轻一代 | 十亿消费者 | 前沿科技 | | ---- | -------- | -------- | ---------- | -------- | @@ -2927,7 +2927,7 @@ Type 栏目: ### 动态 - + | 公司新闻 | 漏洞披露 | 技术研究 | | -------- | -------- | -------- | @@ -3288,7 +3288,7 @@ Type 栏目: ### 分类目录 - + ### 今日事 @@ -3506,7 +3506,7 @@ Type 栏目: ### 盐选故事分类 - + | 名称 | ID | @@ -3519,7 +3519,7 @@ Type 栏目: ### 盐选故事搜索 - + ::: tip 若订阅 [关键词:NPC](https://n.ifun.cool/search-result/?s=NPC),网址为 `https://n.ifun.cool/search-result/?s=NPC`,请截取 `s` 的值 `NPC` 作为 `keywords` 参数填入,此时目标路由为 [`/ifun/n/search/NPC`](https://rsshub.app/ifun/n/search/NPC)。 @@ -3528,7 +3528,7 @@ Type 栏目: ### 盐选故事专栏 - + ::: tip 若订阅 [zhihu](https://n.ifun.cool/article-list/2?tagName=zhihu),网址为 `https://n.ifun.cool/article-list/2?tagName=zhihu`,请截取 `tagName` 的值 `zhihu` 作为 `name` 参数填入,此时目标路由为 [`/ifun/n/tag/zhihu`](https://rsshub.app/ifun/n/tag/zhihu)。 @@ -3949,7 +3949,7 @@ Type 栏目: ### 公众号栏目 (非推送 & 历史消息) - + 只适用拥有首页模板 (分享链接带有 homepage) 的公众号。例如从公众号分享出来的链接为 `https://mp.weixin.qq.com/mp/homepage?__biz=MzA3MDM3NjE5NQ==&hid=4`,`biz` 为 `MzA3MDM3NjE5NQ==`,`hid` 为 `4`。 @@ -4103,7 +4103,7 @@ Type 栏目: ### 分类 - + | 技巧分享 | QQ 技巧 | 微信技巧 | 其他教程 | 其他分享 | | -------- | ------- | -------- | -------- | -------- | @@ -4264,7 +4264,7 @@ Type 栏目: ### 分类 - + ::: tip 若订阅 [最新发布](http://www.agri.cn/zx/zxfb/),网址为 `http://www.agri.cn/zx/zxfb/`。截取 `https://www.agri.cn/` 到末尾的部分 `zx/zxfb` 作为参数填入,此时路由为 [`/agri/zx/zxfb`](https://rsshub.app/agri/zx/zxfb)。 @@ -4565,7 +4565,7 @@ Type 栏目: ### 分类 - + ::: tip 若订阅 [协会通知](https://www.chinania.org.cn/html/xiehuidongtai/xiehuitongzhi/),网址为 `https://www.chinania.org.cn/html/xiehuidongtai/xiehuitongzhi/`。截取 `https://www.chinania.org.cn/html` 到末尾 `/` 的部分 `xiehuidongtai/xiehuitongzhi` 作为参数填入,此时路由为 [`/chinania/xiehuidongtai/xiehuitongzhi`](https://rsshub.app/chinania/xiehuidongtai/xiehuitongzhi)。 diff --git a/src/zh/routes/other.md b/src/zh/routes/other.md index d1d610e8a..81306f0de 100644 --- a/src/zh/routes/other.md +++ b/src/zh/routes/other.md @@ -54,7 +54,7 @@ ### Exchange and Repair Extension Programs - + ## Aqara @@ -72,7 +72,7 @@ ### 社区 - + ## Asian to lick @@ -109,7 +109,7 @@ News from the official site of men's professional tennis. ### 搜索 - + ## biodiscover.com 生物探索 @@ -778,13 +778,13 @@ United Parcel Service (UPS) updates, news, and tracking RSS feeds. ### Tracking - + ## Urban Dictionary ### Random words - + ## v1tx @@ -846,11 +846,11 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate ### 分类 - + ### 精读 - + ## 艾瑞 @@ -860,7 +860,7 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate ### 周度市场观察 - + | 家电行业 | 服装行业 | 美妆行业 | 食品饮料行业 | | -------- | -------- | -------- | ------------ | @@ -1175,7 +1175,7 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate ### 新聞 - + | category | 即時新聞頻道 | | -------- | ------------ | @@ -1330,15 +1330,15 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate ### 標籤更新 - + ### 分类更新 - + ### 最新 - + ## 世界新聞網 @@ -1362,11 +1362,11 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate ### 搜索 - + ### 特色 LOGO - + ## 台灣大哥大 diff --git a/src/zh/routes/popular.md b/src/zh/routes/popular.md index 577d685d6..d0e44ad43 100644 --- a/src/zh/routes/popular.md +++ b/src/zh/routes/popular.md @@ -326,7 +326,7 @@ lang: ### Bloomberg Site - + | Site ID | Title | @@ -599,7 +599,7 @@ Type ### News - + | News | Blogs | | ---- | ---- | @@ -739,7 +739,7 @@ The parameter id in the route is the id in the URL of the user's Google Scholar ### Scholar Keywords Monitoring - + ::: warning Google Scholar has strict anti-crawling mechanism implemented, the demo below doesn't guarantee availability. Please deploy your own instance as it might increase the stability. @@ -841,7 +841,7 @@ Subscribe to the content of a specific user ### Topic - + | POPULAR | FROM THE STORE | FOR YOU | | ------- | -------------- | ------- | @@ -939,7 +939,7 @@ informed AI RSS feeds: ### User Profile - Picnob - + ## JavBus @@ -1192,7 +1192,7 @@ This route provides a flexible plan with full text content to subscribe specific ### 分区帖子 - + ## NHK @@ -1226,7 +1226,7 @@ This route provides a flexible plan with full text content to subscribe specific ### 活动 - + ### 快讯 @@ -1263,7 +1263,7 @@ This route provides a flexible plan with full text content to subscribe specific ### 专栏 - + ### 专题 @@ -1634,7 +1634,7 @@ URL: [https://www.nytimes.com/zh-hans/series/daily-briefing-chinese](https://www ### News - + By extracting the full text of articles, we provide a better reading experience (full text articles) over the official one. @@ -1914,7 +1914,7 @@ For other Yahoo News, this route's RSS provides the author field. You can use RS ### 新聞來源列表 - + ### 新聞來源 @@ -1985,11 +1985,11 @@ yande post ### 動畫瘋 - 最後更新 - + ### 熱門推薦 - + ## 白话区块链 @@ -2035,11 +2035,11 @@ yande post ### UP 主动态 - + ### UP 主投稿 - + ### 番剧 @@ -2130,7 +2130,7 @@ yande post ### 用户主页 - + | 动态 | 书评 | 视频 | | ---- | ---- | ---- | @@ -2138,7 +2138,7 @@ yande post ### 知识城邦 - + ## 电獭少女 @@ -2174,7 +2174,7 @@ yande post ### 分类 - + 内容类别 @@ -2263,7 +2263,7 @@ yande post ### 豆瓣小组 - + ### 话题 @@ -2271,7 +2271,7 @@ yande post ### 用户广播 - + ::: tip @@ -2425,21 +2425,21 @@ Type 栏目: ### 简报 - + ### 搜索 - + ### 文集 - + 更多文集请参见 [文集](https://www.huxiu.com/collection) ### 用户 - + | TA 的文章 | TA 的 24 小时 | | --------- | ------------- | @@ -2451,7 +2451,7 @@ Type 栏目: ### 资讯 - + | 视频 | 车与出行 | 年轻一代 | 十亿消费者 | 前沿科技 | | ---- | -------- | -------- | ---------- | -------- | @@ -2622,7 +2622,7 @@ Type 栏目: ### 个人主页 - + ## 量子位 @@ -2693,7 +2693,7 @@ Type 栏目: ### 动态 - + | 公司新闻 | 漏洞披露 | 技术研究 | | -------- | -------- | -------- | @@ -3086,7 +3086,7 @@ Type 栏目: ### 节目 - + ## 微博 @@ -3146,7 +3146,7 @@ Type 栏目: ### 用户笔记/收藏 - + ## 小宇宙 @@ -3170,7 +3170,7 @@ Type 栏目: ### 有知文章 - + | 全部 | 知行小酒馆 | 知行黑板报 | 无人知晓 | 孟岩专栏 | 知行读书会 | 你好,同路人 | | :--: | :--------: | :--------: | :------: | :------: | :--------: | :----------: | diff --git a/src/zh/routes/program-update.md b/src/zh/routes/program-update.md index 9432d2d20..a64d0cc22 100644 --- a/src/zh/routes/program-update.md +++ b/src/zh/routes/program-update.md @@ -61,13 +61,13 @@ Alpine Linux packages update ### SDK Platform Tools release notes - + ## APKPure ### Versions - + ## App Center @@ -94,7 +94,7 @@ Alpine Linux packages update ### Comments - + Retrieve only the comments of the app from the past 7 days. @@ -132,7 +132,7 @@ Retrieve only the comments of the app from the past 7 days. ### BlueStacks 5 Release Notes - + ## Brave @@ -230,7 +230,7 @@ Language ### Script Update - + | Sort | Description | | --------------- | -------------- | @@ -255,7 +255,7 @@ Language ### Release Notes - + ## iFi audio @@ -403,7 +403,7 @@ It is recommended to use with clipping tools such as Notion Web Clipper. ### Change Log - + ## qBittorrent @@ -415,7 +415,7 @@ It is recommended to use with clipping tools such as Notion Web Clipper. ### REPACK скачать - + ::: tip If you subscribe to [Системные программы](https://lrepacks.net/repaki-sistemnyh-programm/),where the URL is `https://lrepacks.net/repaki-sistemnyh-programm/`, extract the part `https://lrepacks.net/` to the end, which is `repaki-sistemnyh-programm`, and use it as the parameter to fill in. Therefore, the route will be [`/lrepacks/repaki-sistemnyh-programm`](https://rsshub.app/lrepacks/repaki-sistemnyh-programm). diff --git a/src/zh/routes/programming.md b/src/zh/routes/programming.md index f5c83a5e7..50a951f4d 100644 --- a/src/zh/routes/programming.md +++ b/src/zh/routes/programming.md @@ -78,13 +78,13 @@ You have the option to utilize the main heading or use individual categories as ### Platform Software - + > routeParms can be copied from original site URL, example: `/alternativeto/platform/firefox/license=free` ### Software Alternatives - + > routeParms can be copied from original site URL, example: `/alternativeto/software/cpp/license=opensource&platform=windows` @@ -273,11 +273,11 @@ Deepseek API 文档。 ### 仓库提交 - + ### 仓库动态 - + ### 仓库 Releases @@ -370,7 +370,7 @@ GitHub provides some official RSS feeds: ### Search Result - + | Sort options | sort | | ---------------- | --------- | @@ -445,15 +445,15 @@ Get the activities of a user on GitHub, based on the GitHub official RSS feed ### 板块 - + ### 招聘 - + ### 周刊 - + ## Hacker News @@ -523,7 +523,7 @@ Subscribe to the content of a specific user ### 漏洞 - + | 缺省 | all | closed | disclosed | patching | | ------ | ---- | ------ | --------- | -------- | @@ -606,7 +606,7 @@ Subscribe to the content of a specific user ### 数据集 - + ## MySQL @@ -665,7 +665,7 @@ Official RSS Source: https://nodejs.org/en/feed/blog.xml ### Models - + ## OpenAI @@ -957,7 +957,7 @@ OpenAI Cookbook 提供了大量使用 OpenAI API 的实用指南和示例代码, ### 文章 - + | id | 分类 | | -------- | ------------ | @@ -1174,7 +1174,7 @@ OSCHINA ### 精彩资讯 - + | 分类 | id | -------------------- | --- | @@ -1294,7 +1294,7 @@ OSCHINA ### 周刊 - JavaScript - + | javascript | node | react | | ---------- | ---- | ----- | diff --git a/src/zh/routes/reading.md b/src/zh/routes/reading.md index a47fab129..af4c8ad92 100644 --- a/src/zh/routes/reading.md +++ b/src/zh/routes/reading.md @@ -220,7 +220,7 @@ When multiple works have the same points, their order may differ from syosetu's ### Series - + ## 爱思想 @@ -234,7 +234,7 @@ When multiple works have the same points, their order may differ from syosetu's ### 栏目 - + ### 思想库(专栏) diff --git a/src/zh/routes/shopping.md b/src/zh/routes/shopping.md index 051b42b86..83cc92b39 100644 --- a/src/zh/routes/shopping.md +++ b/src/zh/routes/shopping.md @@ -88,7 +88,7 @@ Country ### Toys List - + ## hotukdeals @@ -323,7 +323,7 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3 ### 众筹 - + 分类 @@ -399,7 +399,7 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3 ### 用户文章 - + ### 用户爆料 @@ -423,7 +423,7 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3 ### 权益中心 - + | 充电免停 | 酒店 | 美食 | 生活方式 | | -------- | ---- | ---- | -------- | diff --git a/src/zh/routes/social-media.md b/src/zh/routes/social-media.md index 0207d45ed..645384f59 100644 --- a/src/zh/routes/social-media.md +++ b/src/zh/routes/social-media.md @@ -222,13 +222,13 @@ You may need to setup cookie for a less restrictive rate limit and private profi ### User Profile - Picnob - + ## Instagram ### User Profile - Picuki - + ::: warning @@ -491,7 +491,7 @@ Retrieve the activities associated with a specified account in the decentralized ### User - + ## Vimeo @@ -683,15 +683,15 @@ Chart ### UP 主图文 - + ### UP 主投币视频 - + ### UP 主动态 - + ### UP 主非默认收藏夹 @@ -715,23 +715,23 @@ Chart ### UP 主点赞视频 - + ### UP 主频道的视频列表 - + ### UP 主频道的合集 - + ### UP 主默认收藏夹 - + ### UP 主投稿 - + ### 番剧 @@ -895,7 +895,7 @@ Chart ### 热搜 - + ### 入站必刷 @@ -911,11 +911,11 @@ Chart ### 视频评论 - + ### 视频搜索 - + 分区 id 的取值请参考下表: @@ -957,11 +957,11 @@ Chart ### 用户追番列表 - + ### 用户所有视频 - + ### 用户稍后再看 @@ -1007,7 +1007,7 @@ Chart ### 博主 - + ## 豆瓣 @@ -1029,11 +1029,11 @@ Chart ### 豆瓣电影人 - + ### 豆瓣电影分类 - + 排序方式可选值如下 @@ -1043,19 +1043,19 @@ Chart ### 豆瓣读书论坛 - + ### 豆瓣豆列 - + ### 豆瓣小组 - + ### 豆瓣招聘 - + | 社会招聘 | 校园招聘 | 实习生招聘 | | :------: | :------: | :--------: | @@ -1121,7 +1121,7 @@ Chart ### 即将上映的电影 - + ### 浏览发现 @@ -1137,7 +1137,7 @@ Chart ### 频道专题 - + | 默认 | 热门 | 最新 | | ------- | ---- | ---- | @@ -1181,7 +1181,7 @@ Chart ### 用户广播 - + ::: tip @@ -1218,7 +1218,7 @@ Chart ### 用户想看 - + 对于豆瓣用户想看的内容,在 `routeParams` 参数中以 query string 格式设置如下选项可以控制输出的样式 @@ -1228,7 +1228,7 @@ Chart ### 正在上映的电影 - + ### 最新增加的音乐 @@ -1303,7 +1303,7 @@ Chart ### 热榜 - + | 参数名称 | 今日热门 | 点赞榜 | 评论榜 | 收藏榜 | 酷图榜 | | -------- | -------- | ------ | ------ | ------ | ------ | @@ -1341,7 +1341,7 @@ Chart ### Profile - + ::: tip The profile page of the user, which contains the user's information, videos, and other information. @@ -1478,11 +1478,11 @@ The profile page of the user, which contains the user's information, videos, and ### 用户笔记/收藏 - + ### 专辑 - + ## 新榜 @@ -1564,11 +1564,11 @@ The profile page of the user, which contains the user's information, videos, and ### 用户全部收藏内容 - + ### 用户回答 - + ### 用户文章 diff --git a/src/zh/routes/study.md b/src/zh/routes/study.md index 8fa276f9e..3b2870dc9 100644 --- a/src/zh/routes/study.md +++ b/src/zh/routes/study.md @@ -156,7 +156,7 @@ RSS feed for LMU academic staff job openings. ### 新闻 - + ::: tip 若订阅 [信息与政策](https://www.sdzk.cn/NewsList.aspx?BCID=1),网址为 `https://www.sdzk.cn/NewsList.aspx?BCID=1`。截取 `BCID=1` 作为参数,此时路由为 [`/sdzk/1`](https://rsshub.app/sdzk/1)。 @@ -194,7 +194,7 @@ RSS feed for LMU academic staff job openings. ### 学术资讯 - + ::: tip 若订阅 [期刊动态](https://www.eshukan.com/academic/index.aspx?cid=1),网址为 `https://www.eshukan.com/academic/index.aspx?cid=1`。截取 `https://www.eshukan.com/academic/index.aspx?cid=` 到末尾的部分 `1` 作为参数填入,此时路由为 [`/eshukan/academic/1`](https://rsshub.app/eshukan/academic/1)。 diff --git a/src/zh/routes/traditional-media.md b/src/zh/routes/traditional-media.md index f8a39679c..d51c0270d 100644 --- a/src/zh/routes/traditional-media.md +++ b/src/zh/routes/traditional-media.md @@ -89,7 +89,7 @@ See the [official RSS page](https://www.scmp.com/rss) to get the ID of each cate ### Home - + ### Section @@ -394,7 +394,7 @@ Parameters can be obtained from the official website, for instance: ### News - + | Russian Politics & Diplomacy | World | Business & Economy | Military & Defense | Science & Space | Emergencies | Society & Culture | Press Review | Sports | | ---------------------------- | ----- | ------------------ | ------------------ | --------------- | ----------- | ----------------- | ------------ | ------ | @@ -499,11 +499,11 @@ For example, the category for the page https://www.koreaherald.com/Business and ### Home - + ### News - + | 総合 | オピニオン | 経済 | 政治 | 金融 | マーケット | ビジネス | マネーのまなび | テック | 国際 | スポーツ | 社会・調査 | 地域 | 文化 | ライフスタイル | | ---- | ---------- | ------- | -------- | --------- | ---------- | -------- | -------------- | ---------- | ------------- | -------- | ---------- | ----- | ------- | -------------- | @@ -539,7 +539,7 @@ URL: [https://www.nytimes.com/zh-hans/series/daily-briefing-chinese](https://www ### News - + By extracting the full text of articles, we provide a better reading experience (full text articles) over the official one. @@ -640,7 +640,7 @@ en_us ### News - + | English | 日本語 | Монгол | Русский | 简体中文 | | ------- | ------ | ------ | ------- | -------- | @@ -784,7 +784,7 @@ Column 列表: ### 栏目 - + | 栏目 | id | | -------------- | -------- | @@ -883,11 +883,11 @@ Column 列表: ### 轮播 - + ### 视听 - + | Id | 名称 | | -------------------- | ---------------------------- | @@ -996,7 +996,7 @@ Column 列表: ### 原创 - + ## 东网 @@ -1068,13 +1068,13 @@ Column 列表: ### 农博士在行动 - + ## 湖南日报 ### 电子刊物 - + | 版 | 编号 | | -------------------- | ---- | @@ -1103,7 +1103,7 @@ Column 列表: ### 分类 - + | 国内新闻 | 国际新闻 | 军事 | 台海 | 评论 | | -------- | -------- | ---- | ------ | ------- | @@ -1113,17 +1113,17 @@ Column 列表: ### 分类 - + ### 首页 - + ## 客家電視台 ### 新聞首頁 - + | 客家焦點 | 政經要聞 | 民生醫療 | 地方風采 | 國際萬象 | | -------- | --------- | -------- | -------- | ------------- | @@ -1181,7 +1181,7 @@ Column 列表: ### 轉角國際 - 首頁 - + | 首頁 | 最新文章 | 熱門文章 | | ---- | -------- | -------- | @@ -1218,14 +1218,14 @@ Column 列表: ### 奥一网 - + - 若在桌面端打开奥一网栏目页(如 `https://www.oeeee.com/api/channel.php?s=/index/index/channel/gz`),可查看该页源代码,搜索 `OECID`。 - 若在移动端打开奥一网栏目页(格式例:`https://m.oeeee.com/m.php?s=/m2/channel&channel_id=169`),即可从 url 中获取。需注意的是,如果该栏目页的 url 格式为 `https://m.oeeee.com/detailChannel_indexData.html?channel_id=266` ,则 `266` 并非为本路由可用的频道 ID,建议从桌面端获取。 ### 南都客户端(按记者) - + 记者的 UID 可通过 `m.mp.oeeee.com` 下的文章页面获取。点击文章下方的作者头像,进入该作者的个人主页,即可从 url 中获取。 @@ -1394,7 +1394,7 @@ Column 列表: ### 主頻道 - + | 主頻道名稱 | 主頻道 ID | | ---------- | --------- | @@ -1414,15 +1414,15 @@ Column 列表: ### 子頻道 - + ### 最新上線 - + ### 作者 - + ## 无线新闻 @@ -1446,7 +1446,7 @@ Column 列表: ### 频道 - + 参数均可在官网获取,如: @@ -1526,7 +1526,7 @@ Column 列表: ### 分类 - + ## 新蓝网(浙江广播电视集团) @@ -1590,7 +1590,7 @@ Column 列表: ### 栏目 - + | 焦点访谈 | 等着我 | 今日说法 | 开讲啦 | | -------- | ------ | -------- | ------ | @@ -1665,7 +1665,7 @@ Column 列表: ### 播客 - + > 类型名与播客 id 可以在播客对应的 URL 中找到 > 如 URL `https://radio.cgtn.com/podcast/column/ezfm/More-to-Read/4` ,其 `category` 为 `ezfm` ,`id` 为 `4`,对应的订阅路由为 [`/podcast/ezfm/4`](https://rsshub.app/podcast/ezfm/4) @@ -1728,5 +1728,5 @@ Column 列表: ### 科技日报 - + diff --git a/src/zh/routes/university.md b/src/zh/routes/university.md index 09ddd9ea1..32519899a 100644 --- a/src/zh/routes/university.md +++ b/src/zh/routes/university.md @@ -61,7 +61,7 @@ ### 教务处通知 - + ### 研究生院 @@ -137,7 +137,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### Library - + | News Type | Parameters | | --------- | ---------- | @@ -157,7 +157,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### School of Design - + | News Type | Parameters | | ------------------------ | ---------- | @@ -170,7 +170,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### Shuangxing Information - + | News Type | Parameters | | --------- | ---------- | @@ -230,7 +230,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### The Office of Academic Affairs - + | News | Notification | | :--: | :----------: | @@ -240,7 +240,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### Global Innovation Exchange News - + | Blog | In The News | | ---- | ----------- | @@ -250,13 +250,13 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 科研动态 - + ## 安徽建筑大学 ### 通知公告 - + ## 北京理工大学 @@ -280,7 +280,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 教务处通知公告 - + | 教务快讯 | 考试信息 | 课程信息 | 教改动态 | 图片新闻 | | -------- | -------- | -------- | -------- | -------- | @@ -292,7 +292,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 绿色新闻网 - + | 绿色要闻 | 校园动态 | 教学科研 | 党建思政 | 一周排行 | | -------- | -------- | -------- | -------- | -------- | @@ -300,7 +300,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 信息学院通知 - + | 学院新闻 | 科研动态 | 本科生培养 | 研究生培养 | | -------- | -------- | ---------- | ---------- | @@ -308,7 +308,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 研究生院培养动态 - + ## 北京师范大学 @@ -338,7 +338,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 经济与工商管理学院 - + | 学院新闻 | 通知公告 | 学术成果 | 学术讲座 | 教师观点 | 人才招聘 | | -------- | -------- | -------- | -------- | -------- | -------- | @@ -346,7 +346,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 经济与工商管理学院MBA - + ::: tip 若订阅 [新闻聚焦](https://mba.bnu.edu.cn/xwdt/index.html),网址为 `https://mba.bnu.edu.cn/xwdt/index.html`。截取 `https://mba.bnu.edu.cn/` 到末尾 `/index.html` 的部分 `xwdt` 作为参数填入,此时路由为 [`/bnu/mba/xwdt`](https://rsshub.app/bnu/mba/xwdt)。 @@ -465,11 +465,11 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 教务处 - + ### 人才招聘 - + ## 北京大学 @@ -483,7 +483,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 北大未名 BBS 全站十大 - + ::: warning 论坛部分帖子正文内容的获取需要用户登录后的 Cookie 值,详情见部署页面的配置模块。 @@ -509,11 +509,11 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 软件与微电子学院 - 招生通知 - + ### 软件与微电子学院 - 硕士统考招生通知 - + ### 生命科学学院通知公告 @@ -533,7 +533,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 研究生招生网 - + ## 北京协和医学院 @@ -567,17 +567,17 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 教务处通知公告 - + ## 电子科技大学 ### 计算机科学与工程学院 - + ### 教务处 - + | 重要公告 | 学生事务公告 | 教师事务公告 | 教学新闻 | 办公室 | | --------- | ------------ | ------------ | -------- | ------ | @@ -597,7 +597,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 文化素质教育中心 - + | 活动预告 | 通知公告 | | -------- | -------- | @@ -605,7 +605,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 新闻中心 - + | 学术 | 文化 | 公告 | 校内通知 | | ------- | ------- | ------------ | ------------ | @@ -613,11 +613,11 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 信息与通信工程学院 - + ### 信息与软件工程学院 - + | 最新 | 院办 | 学生科 | 教务科 | 研管科 | 组织 | 人事 | 实践教育中心 | Int'I | | ---- | ---- | ------ | ------ | ------ | ---- | ---- | ------------ | ----- | @@ -625,7 +625,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 研究生院 - + | 重要公告 | 教学管理 | 学位管理 | 学生管理 | 就业实践 | | --------- | -------- | -------- | -------- | -------- | @@ -633,13 +633,13 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 自动化工程学院 - + ## 东华大学 ### 教务处通知 - + | 学生专栏 | 教师专栏 | 选课专栏(仅选课期间开放) | 辅修专业 | | -------- | -------- | -------- | -------- | @@ -647,11 +647,11 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 学术信息 - + ### 研究生院通知 - + | 新闻动态 | 通知公告 | 选课考试 | | -------- | -------- | -------- | @@ -659,7 +659,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 研究生招生信息 - + | 博士招生 | 硕士招生 | | -------- | -------- | @@ -667,7 +667,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 最新信息公开 - + ## 东北大学 @@ -695,7 +695,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 医学与生物信息工程学院 - + | Id | 名称 | | ----------------------- | ---------- | @@ -727,7 +727,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 信息科学与工程学院学术活动 - + ### 研究生院全部公告 @@ -735,7 +735,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 研究生招生网通知公告 - + | 硕士招生 | 博士招生 | 港澳台及中外合作办学 | | -------- | -------- | -------------------- | @@ -745,7 +745,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 人力资源处 - + ::: tip 如 [通知公告](http://hr.uibe.edu.cn/tzgg) 的 URL 为 `http://hr.uibe.edu.cn/tzgg`,其路由为 [`/uibe/hr/tzgg`](https://rsshub.app/uibe/hr/tzgg) @@ -767,21 +767,21 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 人工智能学院通知公告 - + ### 图书馆最新消息 - + ### 研究生院招生公告 - + ## 广州大学 ### 研究生院招生动态 - + ## 哈尔滨工业大学 @@ -795,7 +795,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 今日哈工大 - + ::: tip 今日哈工大的文章分为公告公示和新闻快讯,每个页面右侧列出了更详细的分类,其编号为每个 URL 路径的最后一个数字。 @@ -824,7 +824,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 今日工大 - 通知公告 - + ## 哈尔滨工程大学 @@ -838,7 +838,7 @@ Availible catagories:_all, normal, bachelorAdmission, masterAdmission, speeche ### 本科生院工作通知 - + author 列表: @@ -892,7 +892,7 @@ author 列表: ### 船舶工程学院 - + | 学院要闻 | 学术活动 | 通知公告 | 学科方向 | | :------: | :------: |:------: | :------: | @@ -933,7 +933,7 @@ author 列表: ### 研究生院 - + | 通知公告 | 新闻动态 | 学籍注册 | 奖助学金 | 其他 | | :------: | :------: | :------: | :------: | :--: | @@ -943,7 +943,7 @@ author 列表: ### 教务处 - + ::: tip - type 可以从 URL 中的 columnId 获取。 @@ -955,7 +955,7 @@ author 列表: ### 新闻网 - + | 理工要闻 | 新闻导读 | 综合新闻 | 教学科研 | 院处动态 | 学术科创 | 交流合作 | 招生就业 | 党建思政 | 在线播放 | 理工校报 | 媒体理工 | 讲座论坛 | 人才招聘 | |----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------| @@ -983,7 +983,7 @@ author 列表: ### 合肥校区通知 - + | 通知公告(https://news.hfut.edu.cn/tzgg2.htm) | 教学科研(https://news.hfut.edu.cn/tzgg2/jxky.htm) | 其他通知(https://news.hfut.edu.cn/tzgg2/qttz.htm) | | ------------ | -------------- | ------------------ | @@ -991,7 +991,7 @@ author 列表: ### 宣城校区通知 - + | 通知公告(https://xc.hfut.edu.cn/1955/list.htm) | 院系动态-工作通知(https://xc.hfut.edu.cn/gztz/list.htm) | | ------------ | -------------- | @@ -1001,7 +1001,7 @@ author 列表: ### 河南财政金融学院 - + | 校内公告通知 | 教务处公告通知 | 招生就业处公告通知 | | ------------ | -------------- | ------------------ | @@ -1037,7 +1037,7 @@ author 列表: ### 主页 - + ::: tip 若订阅 [通知公告](https://www.hubu.edu.cn/index/tzgg.htm),网址为 `https://www.hubu.edu.cn/index/tzgg.htm`。截取 `https://www.hubu.edu.cn/` 到末尾 `.htm` 的部分 `index/tzgg` 作为参数填入,此时路由为 [`/hubu/www/index/tzgg`](https://rsshub.app/hubu/www/index/tzgg)。 @@ -1050,7 +1050,7 @@ author 列表: ### 资源环境学院 - + ::: tip 若订阅 [通知公告](https://zhxy.hubu.edu.cn/index/tzgg.htm),网址为 `https://zhxy.hubu.edu.cn/index/tzgg.htm`。截取 `https://zhxy.hubu.edu.cn/` 到末尾 `.htm` 的部分 `index/tzgg` 作为参数填入,此时路由为 [`/hubu/zhxy/index/tzgg`](https://rsshub.app/hubu/zhxy/index/tzgg)。 @@ -1089,7 +1089,7 @@ author 列表: ### 公共管理与法学学院 - + | 分类 | 通知公告 | 学院新闻 | 其他分类通知... | | ---- | -------- | -------- | --------------- | @@ -1106,7 +1106,7 @@ author 列表: ### 教务处 - + | 分类 | 通知公告 | 教务动态 | 其他教务通知... | | ---- | -------- | -------- | --------------- | @@ -1114,7 +1114,7 @@ author 列表: ### 信息与智能科学学院 - + | 分类 | 通知公告 | 学院新闻 | 其他分类通知... | | ---- | ---------- | -------- | --------------- | @@ -1124,7 +1124,7 @@ author 列表: ### 计算机学院 - + ### 就业信息 @@ -1132,7 +1132,7 @@ author 列表: ### 伍论贡学院 - + ### 研究生通知公告 @@ -1142,7 +1142,7 @@ author 列表: ### 本科教务处信息网 - + | 其他任意值 | mto | mttb | gi | mpt | fai | | ---------- | ------------ | ------------------ | -------- | ------------ | ------------ | @@ -1154,13 +1154,13 @@ author 列表: ### 研究生院通知公告 - + ## 华中科技大学 ### 机械科学与工程学院 - + ::: tip 若订阅 [通知公告](https://mse.hust.edu.cn/sylm/tzgg.htm),网址为 `https://mse.hust.edu.cn/sylm/tzgg.htm`。截取 `https://mse.hust.edu.cn/` 到末尾 `.html` 的部分 `sylm/tzgg` 作为参数填入,此时路由为 [`/hust/mse/sylm/tzgg`](https://rsshub.app/hust/mse/sylm/tzgg)。 @@ -1268,11 +1268,11 @@ author 列表: ### 人工智能和自动化学院新闻 - + ### 人工智能和自动化学院通知 - + | 最新 | 党政 | 科研 | 本科生 | 研究生 | 学工思政 | 离退休 | | ---- | ---- | ---- | ------ | ------ | -------- | ------ | @@ -1280,7 +1280,7 @@ author 列表: ### 研究生院 - + ::: tip 若订阅 [新闻动态](https://gs.hust.edu.cn/xwdt.htm),网址为 `https://gs.hust.edu.cn/xwdt.htm`。截取 `https://gs.hust.edu.cn/` 到末尾 `.htm` 的部分 `xwdt` 作为参数填入,此时路由为 [`/hust/gs/xwdt`](https://rsshub.app/hust/gs/xwdt)。 @@ -1335,13 +1335,13 @@ author 列表: ### 研究生院通知公告 - + ## 华北电力大学 ### 北京校区研究生院 - + | 类型 | 硕士招生信息 | 通知公告 | 研究生培养信息 | | ---- | ------------ | -------- | -------------- | @@ -1351,7 +1351,7 @@ author 列表: ### 学校通知 - + ## 华南农业大学 @@ -1397,7 +1397,7 @@ author 列表: ### 广州国际校区 - 媒体报道 - + ::: warning 由于学校网站对非大陆 IP 的访问存在限制,可能需自行部署。 @@ -1405,7 +1405,7 @@ author 列表: ### 广州国际校区 - 新闻聚焦 - + ::: warning 由于学校网站对非大陆 IP 的访问存在限制,可能需自行部署。 @@ -1413,7 +1413,7 @@ author 列表: ### 广州国际校区 - 通知公告 - + | 学术预告 | 教研通知 | 海外学习 | 事务通知 | | -------- | -------- | -------- | -------- | @@ -1426,7 +1426,7 @@ author 列表: ### 机械与汽车工程学院 - 通知公告 - + | 公务信息 | 党建工作 | 人事工作 | 学生工作 | 科研实验室 | 本科生教务 | 研究生教务 | | -------- | -------- | -------- | -------- | ---------- | ---------- | ---------- | @@ -1458,21 +1458,21 @@ author 列表: ### 研究生院通知公告 - + ## 吉林大学 ### 吉林大学计算机科学与技术学院 - 新闻中心 - + ### 教务通知 - + ### 物理学院 - + ## 吉首大学 @@ -1514,7 +1514,7 @@ author 列表: ### 教学部通知公告 - + | 实践教学科 | 教育运行科 | 教研教改科 | 学籍管理科 | 考试科 | 教材建设管理科 | | ---------- | ---------- | ---------- | ---------- | ------ | -------------- | @@ -1524,7 +1524,7 @@ author 列表: ### 教务通知 - + ## 南京工程学院 @@ -1544,7 +1544,7 @@ author 列表: ### 计算机与电子信息学院 - 人工智能学院 - + | 学院公告 | 学院新闻 | 学生资讯 | | -------- | -------- | -------- | @@ -1562,15 +1562,15 @@ author 列表: ### ITSC 信息中心 - + ### 本科迎新 - + ### 本科生交换生系统 - + | 新闻通知 | 交换生项目 | | -------- | ---------- | @@ -1578,7 +1578,7 @@ author 列表: ### 本科生院 - + | 公告通知 | 教学动态 | | -------- | -------- | @@ -1586,7 +1586,7 @@ author 列表: ### 大学外语部 - + ### 后勤集团 @@ -1594,11 +1594,11 @@ author 列表: ### 基建处 - + ### 科学技术处 - + | 通知公告 | 科研动态 | | -------- | -------- | @@ -1606,7 +1606,7 @@ author 列表: ### 人才招聘网 - + | 信息发布 | 教研类岗位 | 管理岗位及其他 | | -------- | ---------- | -------------- | @@ -1614,11 +1614,11 @@ author 列表: ### 校医院 - + ### 研究生院 - + ### 招标办公室 @@ -1630,7 +1630,7 @@ author 列表: ### 资产管理处 - + ## 南京中医药大学 @@ -1642,7 +1642,7 @@ author 列表: ### 教务处通知与新闻 - + | 通知公告 | 教务快讯 | | -------- | -------- | @@ -1652,7 +1652,7 @@ author 列表: ### 财务处 - + | 通知公告 | 办事流程 | | -------- | -------- | @@ -1660,7 +1660,7 @@ author 列表: ### 电光学院研学网 - + | 公示通知 | 学术文化 | 就业指导 | | -------- | -------- | -------- | @@ -1668,7 +1668,7 @@ author 列表: ### 电光学院年级网站 - + `grade` 列表: @@ -1684,7 +1684,7 @@ author 列表: ### 电光学院 - + | 通知公告 | 新闻动态 | | -------- | -------- | @@ -1692,7 +1692,7 @@ author 列表: ### 教务处 - + | 教师通知 | 学生通知 | 新闻 | 学院动态 | | -------- | -------- | ---- | -------- | @@ -1700,7 +1700,7 @@ author 列表: ### 研究生院 - + | 首页通知公告 | 首页新闻动态 | 最新通知 | 招生信息 | 培养信息 | 学术活动 | | ------------ | ------------ | -------- | -------- | -------- | -------- | @@ -1710,11 +1710,11 @@ author 列表: ### 官网通知公告 - + ### 图书馆通知公告 - + ## 南京航空航天大学 @@ -1724,7 +1724,7 @@ author 列表: ### 计算机科学与技术学院 - + | 通知公告 | 热点新闻 | 学科科研 | 教学动态 | 本科生培养 | 研究生培养 | 学生工作 | | -------- | -------- | -------- | -------- | ---------- | ---------- | -------- | @@ -1732,7 +1732,7 @@ author 列表: ### 教务处 - + | 通知公告 | 教学服务 | 教学建设 | 学生培养 | 教学资源 | | -------- | -------- | -------- | -------- | -------- | @@ -1740,7 +1740,7 @@ author 列表: ### 研究生院 - + | 通知公告 | 新闻动态 | 学术信息 | 师生风采 | | -------- | -------- | -------- | -------- | @@ -1764,7 +1764,7 @@ author 列表: ### NUIST AS(南信大大气科学学院) - + | 信息公告 | 新闻快讯 | 科学研究 | 网上公示 | 本科教育 | 研究生教育 | | -------- | -------- | -------- | -------- | -------- | ---------- | @@ -1772,7 +1772,7 @@ author 列表: ### NUIST CS(南信大计软院) - + | 新闻快讯 | 通知公告 | 教务信息 | 科研动态 | 学子风采 | | -------- | -------- | -------- | -------- | -------- | @@ -1780,7 +1780,7 @@ author 列表: ### NUIST ESE(南信大环科院) - + | 通知公告 | 新闻快讯 | 学术动态 | 学生工作 | 研究生教育 | 本科教育 | | -------- | -------- | -------- | -------- | ---------- | -------- | @@ -1796,7 +1796,7 @@ author 列表: ### 教务处 - + | 教学要闻 | 学院教学 | 教务管理 | 教学研究 | 教务管理 | 教材建设 | 考试中心 | | -------- | -------- | -------- | -------- | -------- | -------- | -------- | @@ -1804,7 +1804,7 @@ author 列表: ### 南信大信息公告栏 - + | 全部 | 文件公告 | 学术报告 | 招标信息 | 会议通知 | 党政事务 | 组织人事 | | ---- | -------- | -------- | -------- | -------- | -------- | -------- | @@ -1820,7 +1820,7 @@ author 列表: ### 南信大学生工作处 - + ## 南方科技大学 @@ -1840,17 +1840,17 @@ author 列表: ### 通知公告 - + ## 青岛大学 ### 后勤管理处通知 - + ### 教务处通知 - + ## 青岛科技大学 @@ -1862,11 +1862,11 @@ author 列表: ### 图书馆通知公告 - + ### 图书馆资源动态 - + ::: tip 若订阅 [清华大学图书馆已购资源动态](https://lib.tsinghua.edu.cn/zydt/yg.htm),网址为 `https://lib.tsinghua.edu.cn/zydt/yg.htm`。截取 `https://lib.tsinghua.edu.cn/zydt` 到末尾 `.htm` 的部分 `yg` 作为参数填入,此时路由为 [`/tsinghua/lib/zydt/yg`](https://rsshub.app/tsinghua/lib/zydt/yg)。 @@ -1881,7 +1881,7 @@ author 列表: ### 教务处 - + | 板块 | 参数 | | ------- | ------- | @@ -1900,7 +1900,7 @@ author 列表: ### 首页 - + | 板块 | 参数 | | ------- | ------- | @@ -1913,7 +1913,7 @@ author 列表: ### 数学与计算机科学学院 软件学院 - + | 板块 | 参数 | | ------- | ------- | @@ -1934,7 +1934,7 @@ author 列表: ### 材料科学与工程学院通知 - + | 通知公告 | 学院新闻 | 本科生教育 | 研究生教育 | 学术动态 | | -------- | -------- | ---------- | ---------- | -------- | @@ -1950,7 +1950,7 @@ author 列表: ### 机械工程学院通知 - + | 通知公告 | 院所新闻 | 教学信息 | 学术动态 | 学院简报 | | -------- | -------- | -------- | -------- | -------- | @@ -1958,7 +1958,7 @@ author 列表: ### 计算机科学与技术学院通知 - + | 学院公告 | 学术报告 | 科技简讯 | 本科教育 | 研究生教育 | | -------- | -------- | -------- | -------- | -------- | @@ -1966,7 +1966,7 @@ author 列表: ### 计算机科学与技术学院研究生工作网站 - + | 重要通知 | 公示栏 | | -------- | -------- | @@ -1974,7 +1974,7 @@ author 列表: ### 教务处 - + | 规章制度 | 专业建设 | 实践教学 | 支部风采 | 服务指南 | 教务要闻 | 工作通知 | 教务简报 | 常用下载 | | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | @@ -1990,7 +1990,7 @@ author 列表: ### 青岛校区学科建设与研究生教育办公室 - + | 工作通知 | | -------- | @@ -1998,7 +1998,7 @@ author 列表: ### 软件学院通知 - + | 通知公告 | 学术动态 | 本科教育 | 研究生教育 | | -------- | -------- | -------- | ---------- | @@ -2006,7 +2006,7 @@ author 列表: ### 新闻网 - + | 校园要闻 | 学生动态 | 综合新闻 | 山大视点 | 菁菁校园 | 校园简讯 | 玛珈之窗 | 热点专题 | 媒体视角 | 高教视野 | 理论学习 | | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | @@ -2014,7 +2014,7 @@ author 列表: ### 学生在线(青岛) - + | 学团通知-研究生 | 学团通知-本科生 | 学团通知-团学 | 学团通知-心理 | 学团要闻 | -------- | -------- |-------- |-------- |-------- | @@ -2022,7 +2022,7 @@ author 列表: ### 研工部 - + | 重要通知 | 管理服务 | 创新实践 | | -------- | -------- |-------- | @@ -2032,7 +2032,7 @@ author 列表: ### 研究生招生网 - + 栏目 @@ -2058,7 +2058,7 @@ author 列表: ### 新闻网与学院通知 - + 类型名称与默认 ID: @@ -2113,7 +2113,7 @@ author 列表: ### 官网信息 - + | 学术讲座 | 通知公告 | | -------- | -------- | @@ -2141,7 +2141,7 @@ author 列表: ### 官网通知公告 - + | 通知公告 | 重要新闻 | | -------- | --------- | @@ -2149,7 +2149,7 @@ author 列表: ### 国际部港澳台办公室 - + | 通知公告 | | -------- | @@ -2165,7 +2165,7 @@ author 列表: ### 校园看点 - + | 文化信息 | 学术报告 | | -------- | --------- | @@ -2173,7 +2173,7 @@ author 列表: ### 研究生院 - + | 综合新闻 | 培养管理 | 国际交流 | | -------- | --------- | --------- | @@ -2203,7 +2203,7 @@ author 列表: ### 研究生通知公告 - + | 工作信息 | 招生信息 | 培养信息 | 学位学科 | 国际交流 | 创新工程 | | -------- | -------- | -------- | -------- | -------- | -------- | @@ -2243,11 +2243,11 @@ author 列表: ### 教务处通知公告 - + ### 匹兹堡学院通知 - + ## 四川职业技术学院 @@ -2259,7 +2259,7 @@ author 列表: ### 动物科技学院 - + | 通知公告 | 学院动态 | 教学管理 | 动科大讲堂 | 就业信息 | | -------- | -------- | -------- | ---------- | -------- | @@ -2322,7 +2322,7 @@ author 列表: ### 教务处 - + ### 研究生院 @@ -2368,7 +2368,7 @@ author 列表: ### 本科生院通知公告 - + ### 经济与管理学院通知 @@ -2381,7 +2381,7 @@ author 列表: ### 软件学院通知 - + | 本科生通知 | 研究生通知 | 教工通知 | 全体通知 | 学院通知 | 学院新闻 | 学院活动 | | ---------- | ---------- | -------- | -------- | -------- | -------- | -------- | @@ -2391,7 +2391,7 @@ author 列表: ### 研究生院通知公告 - + ## 潍坊学院 @@ -2401,7 +2401,7 @@ author 列表: ### 新闻 - + | **内容** | **参数** | | :------: | :------: | @@ -2417,7 +2417,7 @@ author 列表: ### 计算机学院公告 - + | 公告类型 | 学院新闻 | 学术交流 | 通知公告 | 科研进展 | | -------- | -------- | -------- | -------- | -------- | @@ -2425,7 +2425,7 @@ author 列表: ### 水利水电学院公告 - + | 公告类型 | 学院新闻 | 学术科研 | 通知公告 | | -------- | -------- | -------- | -------- | @@ -2433,7 +2433,7 @@ author 列表: ### 武汉大学遥感信息工程学院 - + @@ -2459,7 +2459,7 @@ author 列表: ### 新闻网 - + category 参数可选,范围如下: @@ -2473,7 +2473,7 @@ category 参数可选,范围如下: ### 研究生院 - + | 公告类型 | 新闻动态 | 学术探索 | 院系风采 | 通知 (全部) | 通知 (招生) | 通知 (培养) | 通知 (学位) | 通知 (质量与专业学位) | 通知 (综合) | | -------- | -------- | -------- | -------- | ----------- | ----------- | ----------- | ----------- | --------------------- | ----------- | @@ -2523,7 +2523,7 @@ category 参数可选,范围如下: ### 地球科学与工程学院 - + 研究生教育通知公告 @@ -2535,21 +2535,21 @@ category 参数可选,范围如下: ### 交通运输与物流学院 - + #### 研究生通知 {#xi-nan-jiao-tong-da-xue-jiao-tong-yun-shu-yu-wu-liu-xue-yuan-yan-jiu-sheng-tong-zhi} ### 教务网 - + ### 就业招聘信息 - + ### 扬华素质网 - + 栏目列表: @@ -2611,7 +2611,7 @@ category 参数可选,范围如下: ### 教务处 - + | 通知公告 | | :------: | @@ -2621,7 +2621,7 @@ category 参数可选,范围如下: ### 教务处 - + ::: warning 有些内容需使用校园网或 VPN 访问知行网获取 @@ -2633,7 +2633,7 @@ category 参数可选,范围如下: ### 人事处 - + ::: warning 有些内容指向外部链接,目前只提供这些链接,不提供具体内容,去除 jwc 和 index 的修改 @@ -2645,7 +2645,7 @@ category 参数可选,范围如下: ### 学校主页 - + | 学校新闻 | 砥志研思 | 立德树人 | 传道授业 | 校闻周知 | | :------: | :------: | :------: | :------: | :------: | @@ -2655,17 +2655,17 @@ category 参数可选,范围如下: ### 通知公告 - + ### 学术信息 - + ## 西安电子科技大学 ### 计算机科学与技术学院 - + | 文章来源 | 参数 | | ---------------------- | ----------- | @@ -2679,7 +2679,7 @@ category 参数可选,范围如下: ### 教务处 - + | 教学信息 | 教学研究 | 实践教学 | 质量监控 | 通知公告 | | :------: | :------: | :------: | :------: | :------: | @@ -2687,7 +2687,7 @@ category 参数可选,范围如下: ### 研究生院/卓越工程师学院 - + | 文章来源 | 参数 | | ------------- | ------------ | @@ -2750,13 +2750,13 @@ category 参数可选,范围如下: ### 教务处 - + 打开一个类似 的网址,在 `.cn` 后的内容就是 subpath,此例中是 `jxxx/jxtz2` ### 就业创业中心 - + 栏目类型 @@ -2774,13 +2774,13 @@ category 参数可选,范围如下: ### 研究生院通知公告 - + ## 新乡医学院三全学院 ### 官网信息 - + | 学校要闻 | 通知 | 学术讲座 | 基层风采书院 | 基层风采院系 | 外媒报道 | 三全学院报 | | -------- | ---- | -------- | ------------ | ------------ | -------- | ---------- | @@ -2830,7 +2830,7 @@ category 参数可选,范围如下: ### 软件学院 - + | 全部通知 | 招生信息 | 教务管理 | 论文管理 | 思政工作 | 评奖评优 | 实习就业 | 国际实习 | 国内合作科研 | 国际合作科研 | 校园服务 | | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | ------------ | ------------ | -------- | @@ -2840,7 +2840,7 @@ category 参数可选,范围如下: ### 软件学院 - + | 全部通知 | 招生信息 | 教务管理 | 论文管理 | 思政工作 | 评奖评优 | 实习就业 | 国际实习 | 国内合作科研 | 国际合作科研 | 校园服务 | | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | ------------ | ------------ | -------- | @@ -2856,7 +2856,7 @@ category 参数可选,范围如下: ### 研究生院 - + | 全部公告 | 教学管理 | 各类资助 | 学科建设 | 海外交流 | | -------- | -------- | -------- | -------- | -------- | @@ -2960,19 +2960,19 @@ category 参数可选,范围如下: ### 研招网通知公告 - + #### 信电学院 {#zhong-guo-nong-ye-da-xue-yan-zhao-wang-tong-zhi-gong-gao-xin-dian-xue-yuan} ### 研招网通知公告 - + ## 中南大学 ### 计算机学院 - + | 类型 | 学院新闻 | 通知公告 | 学术信息 | 学工动态 | 科研动态 | | ---- | -------- | -------- | -------- | -------- | -------- | @@ -2980,7 +2980,7 @@ category 参数可选,范围如下: ### 就业信息网招聘信息 - + ### 校长信箱 @@ -2994,7 +2994,7 @@ category 参数可选,范围如下: ### 研究生招生网 - + ## 中国人民解放军国防科技大学 @@ -3010,11 +3010,11 @@ category 参数可选,范围如下: ### 后勤公告通知 - + ### 教务处 - + ### 信息科学与工程学院研究生招生通知公告 @@ -3022,7 +3022,7 @@ category 参数可选,范围如下: ### 信息科学与工程学院团学工作 - + | 新闻动态 | 学院活动 | 奖助工作获奖情况 | | -------- | -------- | ---------------- | @@ -3030,7 +3030,7 @@ category 参数可选,范围如下: ### 信息科学与工程学院 - + | 学院要闻 | 学院公告 | 学院活动 | | -------- | -------- | -------- | @@ -3056,7 +3056,7 @@ category 参数可选,范围如下: ### 粤港澳发展研究院 - + | 人才招聘 | 人才培养 | 新闻动态 | 通知公告 | 专家观点 | | ---------- | ------------- | -------- | -------- | -------- | @@ -3070,7 +3070,7 @@ category 参数可选,范围如下: ### 人工智能学院 - + ### 招聘信息 @@ -3180,13 +3180,13 @@ category 参数可选,范围如下: ### 通知公告 - + ## 重庆文理学院 ### 通知公告 - + | 通知公告 | 学术活动公告 | | -------- | ------------ | @@ -3196,5 +3196,5 @@ category 参数可选,范围如下: ### 学校公告 - +