From c4ca5a47203d895a290a120f105e61a3330e2458 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Fri, 26 Aug 2022 13:42:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=BF=9C=E7=A8=8B=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pycms.json | 9 +++++++++ pycms_local.json | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/pycms.json b/pycms.json index 16c2423..d3d869a 100644 --- a/pycms.json +++ b/pycms.json @@ -26,6 +26,15 @@ "searchable": 1, "quickSearch": 1, "filterable": 1 +}, + { + "key":"dr_wojj", + "name":"玩偶姐姐(道长)", + "type":1, + "api":"http://cms.nokia.press/vod?rule=玩偶姐姐", + "searchable": 0, + "quickSearch": 0, + "filterable": 0 } ], "parses":[ diff --git a/pycms_local.json b/pycms_local.json index 3d8b337..7381a33 100644 --- a/pycms_local.json +++ b/pycms_local.json @@ -32,9 +32,9 @@ "name":"玩偶姐姐(道长)", "type":1, "api":"http://192.168.10.99:5705/vod?rule=玩偶姐姐", - "searchable": 1, - "quickSearch": 1, - "filterable": 1 + "searchable": 0, + "quickSearch": 0, + "filterable": 0 } ], "parses":[ -- GitLab