rsshub
Version:
Make RSS Great Again!
16 lines (15 loc) • 326 B
JavaScript
import { t as fetchList } from "./utils-CZLh5G-C.mjs";
//#region lib/routes/nciae/news.ts
const route = {
path: "/news",
categories: ["university"],
example: "/nciae/news",
name: "新闻",
maintainers: ["SunShinenny"],
handler
};
function handler() {
return fetchList("xw2", "新闻");
}
//#endregion
export { route };