feat(api): 添加三个新的 APP 数据源

- 新增星河、云云、光影三个 APP 的 API 配置
- 更新 api.json 文件以包含新的数据源信息
- 添加相应的密钥和 URL 地址
This commit is contained in:
Wang.Luo 2025-08-04 22:20:43 +08:00
parent 965994ec1c
commit 7f98fab162
2 changed files with 42 additions and 0 deletions

View File

@ -79,6 +79,48 @@
"url": "http://v.lkuys.cn" "url": "http://v.lkuys.cn"
} }
}, },
{
"key": "星河",
"name": "星河APP",
"type": 3,
"quickSearch": 1,
"api": "csp_AppSy",
"ext": {
"url": "http://192.140.161.171:2563",
"key1": "aassddwwxxllsx1x",
"key2": "aassddwwxxllsx1x",
"key3": "aassddwwxxllsx1x"
}
},
{
"key": "云云",
"name": "云云APP",
"type": 3,
"quickSearch": 1,
"api": "csp_AppGet2",
"ext": {
"url": "",
"site": "https://staraugust123456.oss-cn-hangzhou.aliyuncs.com/1.txt",
"dataKey": "staraugust123456",
"dataIv": "staraugust123456",
"deviceId": "",
"version": "120"
}
},
{
"key": "光影",
"name": "光影APP",
"type": 3,
"quickSearch": 1,
"api": "csp_AppGet",
"ext": {
"url": "https://www.guangyingmi.com",
"dataKey": "230fnsodfsdhfon2",
"dataIv": "230fnsodfsdhfon2",
"deviceId": "",
"version": ""
}
},
{ {
"key": "魔方", "key": "魔方",
"name": "魔方APP", "name": "魔方APP",

Binary file not shown.