rsshub
Version:
Make RSS Great Again!
43 lines (40 loc) • 1.18 kB
JavaScript
import "./dist-Bog6z_OM.mjs";
import "./config-MQ-7ebJ_.mjs";
import "./logger-C4avouvV.mjs";
import "./ofetch-DKl_Ma9g.mjs";
import "./parse-date-r5WDWHno.mjs";
import "./is-worker-DESPicPc.mjs";
import "./cache-SV6W5EPy.mjs";
import "./utils-CoD6fHDT.mjs";
import { t as handler } from "./changelog-D-mhKcyy.mjs";
//#region lib/routes/taptap/changelog-intl.ts
const route = {
path: "/intl/changelog/:id/:lang?",
categories: ["game"],
example: "/taptap/intl/changelog/191001/zh_TW",
parameters: {
id: "Game's App ID, you may find it from the URL of the Game",
lang: "Language, checkout the table below for possible values, default is `en_US`"
},
features: {
requireConfig: false,
requirePuppeteer: false,
antiCrawler: false,
supportBT: false,
supportPodcast: false,
supportScihub: false
},
radar: [{
source: ["www.taptap.io/app/:id"],
target: "/intl/changelog/:id"
}],
name: "Game's Changelog",
maintainers: ["hoilc", "ETiV"],
handler,
description: `Language Code
| English (US) | 繁體中文 | 한국어 | 日本語 |
| ------------ | -------- | ------ | ------ |
| en_US | zh_TW | ko_KR | ja_JP |`
};
//#endregion
export { route };