refactor(api): 更新 spider.jar 位置并调整 API 配置

- 将 spider.jar URL 从远程地址改为本地路径 ./spider.jar
- 移除名为"聚搜"的搜索源配置
This commit is contained in:
Wang.Luo 2025-08-02 00:46:59 +08:00
parent 11b7283bd3
commit 9771682bc9
2 changed files with 1 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{
"spider": "https://15043.kstore.space/spider.jar",
"spider": "./spider.jar",
"wallpaper": "http://api.qemao.com/api/pic/?type=ad",
"logo": "http://127.0.0.1:9978/file/TVBox/logo.png",
"sites": [
@ -840,16 +840,6 @@
"type": 3,
"api": "csp_MiSou"
},
{
"key": "聚搜",
"name": "聚搜|搜索",
"type": 3,
"api": "csp_PanWebSearch",
"searchable": 1,
"quickSearch": 1,
"filterable": 1,
"changeable": 1
},
{
"key": "人人分享站",
"name": "人人|搜索",

Binary file not shown.