rsshub
Version:
Make RSS Great Again!
55 lines (50 loc) • 1.46 kB
JavaScript
import "./esm-shims-CzJ_djXG.mjs";
import "./config-C37vj7VH.mjs";
import "./dist-BInvbO1W.mjs";
import "./logger-Czu8UMNd.mjs";
import "./ofetch-BIyrKU3Y.mjs";
import "./parse-date-BrP7mxXf.mjs";
import "./cache-Bo__VnGm.mjs";
import "./render-BQo6B4tL.mjs";
import "./utils-DY91kUEc.mjs";
import { t as handler } from "./review-LBXfkatB.mjs";
//#region lib/routes/taptap/review-intl.ts
const route = {
path: "/intl/review/:id/:order?/:lang?",
categories: ["game"],
example: "/taptap/intl/review/82354/recent",
parameters: {
id: "Game's App ID, you may find it from the URL of the Game",
order: "Sort Method, default is `helpful`, checkout the table below for possible values",
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/review", "www.taptap.io/app/:id"],
target: "/intl/review/:id"
}],
name: "Ratings & Reviews",
maintainers: [
"hoilc",
"TonyRL",
"ETiV"
],
handler,
description: `Sort Method
| Most Helpful | Most Recent |
| ------------ | ----------- |
| helpful | recent |
Language Code
| English (US) | 繁體中文 | 한국어 | 日本語 |
| ------------ | -------- | ------ | ------ |
| en_US | zh_TW | ko_KR | ja_JP |`
};
//#endregion
export { route };