Skip to content

Commit

Permalink
更新猫影视配置接口
Browse files Browse the repository at this point in the history
  • Loading branch information
power721 committed Feb 3, 2024
1 parent 10500d2 commit ac85919
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified data/cat.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ tvbox/my.json和juhe.json不能在TvBox直接使用,请使用订阅地址!
"key": "kkys2",
"name": "🟢 快看2",
"type": 3,
"api": "/cat/kkys2_open.js"
"api": "/cat/kkys_open2.js"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion doc/my.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"key": "kkys2",
"name": "🟢 快看2",
"type": 3,
"api": "/cat/kkys2_open.js"
"api": "/cat/kkys_open2.js"
},
{
"key": "云盘4K",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ private Map<String, Object> getConfigData(String apiUrl) {
// }

String json = loadConfigJson(configUrl);
String url = fixUrl(apiUrl) + "/";
if (json != null) {
String url = fixUrl(apiUrl) + "/";
json = json.replace("./", url);
}

Expand Down

0 comments on commit ac85919

Please sign in to comment.