From d1cde341c02e8badd109352e106135900c0c40b3 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Fri, 26 Aug 2022 20:19:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=96=B5=E5=96=B5=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pycms.json | 8 ++++++++ pycms2.json | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/pycms.json b/pycms.json index d3d869a..8288d58 100644 --- a/pycms.json +++ b/pycms.json @@ -35,6 +35,14 @@ "searchable": 0, "quickSearch": 0, "filterable": 0 +},{ + "key":"dr_mm", + "name":"喵喵(道长)", + "type":1, + "api":"http://cms.nokia.press/vod?rule=喵喵", + "searchable": 1, + "quickSearch": 1, + "filterable": 1 } ], "parses":[ diff --git a/pycms2.json b/pycms2.json index 58beec2..6c584a7 100644 --- a/pycms2.json +++ b/pycms2.json @@ -35,6 +35,15 @@ "searchable": 0, "quickSearch": 0, "filterable": 0 +}, + { + "key":"dr_mm", + "name":"喵喵(道长)", + "type":1, + "api":"http://localhost:5705/vod?rule=喵喵", + "searchable": 1, + "quickSearch": 1, + "filterable": 1 } ], "parses":[ -- GitLab