UNPKG

rsshub

Version:
45 lines (44 loc) 1.1 kB
import { t as getContent } from "./common-B9iJBs9M.mjs"; //#region lib/routes/hunau/jwc.ts const route = { path: "/jwc/:category?/:page?", categories: ["university"], example: "/hunau/jwc", parameters: { category: "页面分类,默认为 `tzgg`", page: "页码,默认为 `1`" }, features: { requireConfig: false, requirePuppeteer: false, antiCrawler: false, supportBT: false, supportPodcast: false, supportScihub: false }, radar: [{ source: [ "xky.hunau.edu.cn/", "xky.hunau.edu.cn/tzgg_8472", "xky.hunau.edu.cn/:category" ], target: "/:category" }], name: "教务处", maintainers: ["lcandy2"], handler, url: "xky.hunau.edu.cn/", description: `| 分类 | 通知公告 | 教务动态 | 其他教务通知... | | ---- | -------- | -------- | --------------- | | 参数 | tzgg | jwds | 对应 URL |` }; async function handler(ctx) { return await getContent(ctx, { baseHost: "https://jwc.hunau.edu.cn", baseCategory: "tzgg", baseTitle: "湖南农业大学教务处", baseDeparment: "jwc" }); } //#endregion export { route };