feat(api): 更新云盘相关名称并新增戏曲多多模块

更新了夸克云盘、UC云盘和百度云盘的显示名称,统一前缀为"我的|";
新增"戏曲多多"模块配置,支持搜索与筛选功能。
This commit is contained in:
Wang.Luo 2025-10-11 00:14:29 +08:00
parent 818d2b2808
commit 8fcf7828fa
2 changed files with 13 additions and 4 deletions

View File

@ -1816,7 +1816,7 @@
},
{
"key": "夸克云盘",
"name": "夸克|云盘",
"name": "我的|夸克",
"type": 3,
"api": "csp_PanQuark",
"searchable": 0,
@ -1829,8 +1829,8 @@
"ext": "./json/quarkShare.json"
},
{
"key": "UC",
"name": "UC|云盘",
"key": "UC云盘",
"name": "我的|UC",
"type": 3,
"api": "csp_PanUc",
"searchable": 0,
@ -1844,7 +1844,7 @@
},
{
"key": "百度云盘",
"name": "百度|云盘",
"name": "我的|百度",
"type": 3,
"api": "csp_PanBaiDu",
"searchable": 0,
@ -1977,6 +1977,15 @@
"type": "list"
}
},
{
"key": "戏曲多多",
"name": "戏曲|多多",
"type": 3,
"api": "csp_AppLY",
"searchable": 1,
"quickSearch": 1,
"filterable": 1
},
{
"key": "网络直播",
"name": "网络|直播",

Binary file not shown.