mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
feat(route): 色花堂添加版块 (#8696)
* add_zhtlq * docs修改 * bugfix * fix: remove unnecessary changes Co-authored-by: hideonbushhh <1113093259@qq.com> Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
This commit is contained in:
@@ -2,8 +2,8 @@ FROM node:14-buster-slim as dep-builder
|
|||||||
|
|
||||||
LABEL MAINTAINER https://github.com/DIYgod/RSSHub/
|
LABEL MAINTAINER https://github.com/DIYgod/RSSHub/
|
||||||
|
|
||||||
ARG USE_CHINA_NPM_REGISTRY=0;
|
ARG USE_CHINA_NPM_REGISTRY=0
|
||||||
ARG PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1;
|
ARG PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1
|
||||||
|
|
||||||
RUN ln -sf /bin/bash /bin/sh
|
RUN ln -sf /bin/bash /bin/sh
|
||||||
RUN apt-get update && apt-get install -yq libgconf-2-4 apt-transport-https git dumb-init python3 build-essential --no-install-recommends
|
RUN apt-get update && apt-get install -yq libgconf-2-4 apt-transport-https git dumb-init python3 build-essential --no-install-recommends
|
||||||
@@ -34,7 +34,7 @@ FROM node:14-slim as app
|
|||||||
|
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
ENV TZ Asia/Shanghai
|
ENV TZ Asia/Shanghai
|
||||||
ARG PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1;
|
ARG PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|||||||
@@ -1280,9 +1280,9 @@ JavDB 有多个备用域名,本路由默认使用永久域名 <https://javdb.c
|
|||||||
|
|
||||||
**原创 BT 电影**
|
**原创 BT 电影**
|
||||||
|
|
||||||
| 每日合集 | 国产原创 | 亚洲无码原创 | 亚洲有码原创 | 高清中文字幕 | 三级写真 | 亚洲名站有码 | VR 系列 | 欧美无码 | 动漫原创 | AI 换脸电影 | 原档收藏 WMV |
|
| 每日合集 | 国产原创 | 亚洲无码原创 | 亚洲有码原创 | 高清中文字幕 | 三级写真 | 亚洲名站有码 | VR 系列 | 欧美无码 | 动漫原创 | AI 换脸电影 | 原档收藏 WMV | 综合讨论区 |
|
||||||
| ---- | ---- | ------ | ------ | ------ | ---- | ------ | ----- | ---- | ---- | ------- | -------- |
|
| ---- | ---- | ------ | ------ | ------ | ---- | ------ | ----- | ---- | ---- | ------- | -------- | ----- |
|
||||||
| mrhj | gcyc | yzwmyc | yzymyc | gqzwzm | sjxz | yzmzym | vr | omwm | dmyc | ai | ydsc |
|
| mrhj | gcyc | yzwmyc | yzymyc | gqzwzm | sjxz | yzmzym | vr | omwm | dmyc | ai | ydsc | zhtlq |
|
||||||
|
|
||||||
**色花图片**
|
**色花图片**
|
||||||
|
|
||||||
|
|||||||
@@ -22,13 +22,14 @@ const forumIdMaps = {
|
|||||||
yzxa: '48',
|
yzxa: '48',
|
||||||
omxa: '49',
|
omxa: '49',
|
||||||
ktdm: '117',
|
ktdm: '117',
|
||||||
|
zhtlq: '95',
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = async (ctx) => {
|
module.exports = async (ctx) => {
|
||||||
const subformName = ctx.params.subforumid || 'gqzwzm';
|
const subformName = ctx.params.subforumid || 'gqzwzm';
|
||||||
const subformId = subformName in forumIdMaps ? forumIdMaps[subformName] : subformName;
|
const subformId = subformName in forumIdMaps ? forumIdMaps[subformName] : subformName;
|
||||||
const typefilter = ctx.params.type ? `&filter=typeid&typeid=${ctx.params.type}` : '';
|
const typefilter = ctx.params.type ? `&filter=typeid&typeid=${ctx.params.type}` : '';
|
||||||
const link = `${host}forum.php?mod=forumdisplay&fid=${subformId}${typefilter}`;
|
const link = `${host}forum.php?mod=forumdisplay&orderby=dateline&fid=${subformId}${typefilter}`;
|
||||||
const headers = {
|
const headers = {
|
||||||
'Accept-Encoding': 'gzip, deflate, br',
|
'Accept-Encoding': 'gzip, deflate, br',
|
||||||
'Accept-Language': 'zh-CN,zh;q=0.9,en;q=0.8',
|
'Accept-Language': 'zh-CN,zh;q=0.9,en;q=0.8',
|
||||||
|
|||||||
Reference in New Issue
Block a user