refactor: 调整弹幕插件的 name 和 key 属性顺序

- 将「嗷呜弹幕」的 name 和 key 属性位置对调
- 优化 JSON 结构,保持与其他插件的一致性
This commit is contained in:
Wang.Luo 2025-09-19 00:41:40 +08:00
parent 2cc61b69d2
commit aac6aceab4

View File

@ -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"