UNPKG

rsshub

Version:
41 lines (39 loc) 973 B
import "./dist-Bog6z_OM.mjs"; import "./config-MQ-7ebJ_.mjs"; import "./logger-C4avouvV.mjs"; import "./ofetch-DKl_Ma9g.mjs"; import "./is-worker-DESPicPc.mjs"; import { t as cache_default } from "./cache-SV6W5EPy.mjs"; import "./helpers-Bo4JQYdN.mjs"; import "./got-CO-ndVl2.mjs"; import { n as getBoards, t as baseUrl } from "./utils-BKnw6u4M.mjs"; //#region lib/routes/meteor/boards.ts const route = { path: "/boards", categories: ["bbs"], example: "/meteor/boards", parameters: {}, features: { requireConfig: false, requirePuppeteer: false, antiCrawler: false, supportBT: false, supportPodcast: false, supportScihub: false }, radar: [{ source: ["meteor.today/"] }], name: "看板列表", maintainers: ["TonyRL"], handler, url: "meteor.today/" }; async function handler() { const items = await getBoards(cache_default.tryGet); return { title: "看板列表", link: `${baseUrl}/board/all`, item: items }; } //#endregion export { route };