From 6a4837e41f90d0c73d1c31241657d56e94b59343 Mon Sep 17 00:00:00 2001 From: "Wang.Luo" <1593775941@qq.com> Date: Tue, 23 Sep 2025 00:41:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E7=A7=BB=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E6=95=88=E7=9A=84=E5=BC=B9=E5=B9=95=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 从 api.json 中移除了 key 为 "aowu" 的弹幕配置项,该配置项已不再使用。 同时在 dm_aowu.json 中为相关配置补充了缺失的 "ext" 字段。 --- api.json | 12 ------------ dm_aowu.json | 3 ++- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/api.json b/api.json index 47398e7..582e5b3 100644 --- a/api.json +++ b/api.json @@ -30,18 +30,6 @@ "jar": "https://gitee.com/zj521jj/little-tiger-spot/raw/master/jar/HubanTC.jar", "api": "csp_Huban" }, - { - "name": "弹幕|嗷呜", - "key": "aowu", - "type": 3, - "jar": "./dmlib/custom_spider.jar", - "api": "csp_GoConfig", - "searchable": 0, - "filterable": 0, - "quickSearch": 0, - "changeable": 0, - "ext":"" - }, { "key": "配置中心", "name": "配置|中心", diff --git a/dm_aowu.json b/dm_aowu.json index e18b2ad..3daf9e0 100644 --- a/dm_aowu.json +++ b/dm_aowu.json @@ -20,7 +20,8 @@ "searchable": 0, "filterable": 0, "quickSearch": 0, - "changeable": 0 + "changeable": 0, + "ext": "" } ] } \ No newline at end of file