From aac6aceab4a635956692b4e3e045b6fa9669b0a0 Mon Sep 17 00:00:00 2001 From: "Wang.Luo" <1593775941@qq.com> Date: Fri, 19 Sep 2025 00:41:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4=E5=BC=B9?= =?UTF-8?q?=E5=B9=95=E6=8F=92=E4=BB=B6=E7=9A=84=20name=20=E5=92=8C=20key?= =?UTF-8?q?=20=E5=B1=9E=E6=80=A7=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将「嗷呜弹幕」的 name 和 key 属性位置对调 - 优化 JSON 结构,保持与其他插件的一致性 --- api.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.json b/api.json index f11ad0b..b29c215 100644 --- a/api.json +++ b/api.json @@ -31,8 +31,8 @@ "api": "csp_Huban" }, { - "name": "嗷呜弹幕", - "key": "弹幕|嗷呜", + "key": "嗷呜弹幕", + "name": "弹幕|嗷呜", "type": 3, "jar": "https://gitee.com/amg99/tvjson/raw/master/spider/custom_spider.jar", "api": "csp_GoConfig"