This commit is contained in:
zimplexing
2025-06-27 16:16:14 +08:00
commit 7e6095d2bb
111 changed files with 20915 additions and 0 deletions

19
config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"cache_time": 3600,
"api_site": {
"ffzy": {
"key": "ffzy",
"name": "非凡资源",
"api": "http://cj.ffzy.co/api.php/provide/vod/from/ffm3u8/",
"detail": "http://www.ffzy.co"
},
"test-source": {
"key": "test-source",
"name": "示例源",
"api": "https://test-api.com/api.php"
}
},
"storage": {
"type": "localstorage"
}
}