From 1687fbca09079b0913ae17d5f363bddffe5d172f Mon Sep 17 00:00:00 2001 From: "Wang.Luo" <1593775941@qq.com> Date: Sun, 17 Aug 2025 16:26:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(XBPQ):=20=E6=B7=BB=E5=8A=A0=E6=98=8E?= =?UTF-8?q?=E6=9C=88=E5=BD=B1=E9=99=A2=E6=A8=A1=E5=9D=97=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增明月影院的配置文件和 API 信息 - 添加分类 URL 和分类信息 - 配置为可搜索、快速搜索和可过滤 --- XBPQ/明月影院.json | 6 ++++++ api.json | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 XBPQ/明月影院.json diff --git a/XBPQ/明月影院.json b/XBPQ/明月影院.json new file mode 100644 index 0000000..959b8c8 --- /dev/null +++ b/XBPQ/明月影院.json @@ -0,0 +1,6 @@ +{ + "简介": "&&", + "副标题": "module-item-text\">&&<", + "分类url": "https://cnotv.com/vodshow/{cateId}-{area}-{by}-{class}----{catePg}---{year}.html", + "分类": "电影$1#电视剧$2#动漫$4#短剧$51#综艺$3#体育$5" +} \ No newline at end of file diff --git a/api.json b/api.json index e76c634..08797aa 100644 --- a/api.json +++ b/api.json @@ -1207,6 +1207,16 @@ "filterable": 1, "ext": "./XBPQ/泥视频.json" }, + { + "key": "明月影院", + "name": "明月|影视", + "type": 3, + "api": "csp_HBPQ", + "searchable": 1, + "quickSearch": 1, + "filterable": 1, + "ext": "./XBPQ/明月影院.json" + }, { "key": "小鸭看看", "name": "小鸭|影视",