This commit is contained in:
lushunming 2025-10-30 10:48:12 +08:00
parent aabb9d7698
commit 2d4d690431
1 changed files with 27 additions and 0 deletions

View File

@ -362,7 +362,34 @@
"api": "csp_TianYiSo", "api": "csp_TianYiSo",
"searchable": 1, "searchable": 1,
"timeout": 30 "timeout": 30
},
{
"key": "local",
"name": "Local",
"type": 3,
"api": "csp_Local",
"searchable": 0,
"changeable": 0
},
{
"key": "market",
"name": "Market",
"type": 3,
"api": "csp_Market",
"searchable": 0,
"changeable": 0,
"ext": "./market.json"
},
{
"key": "push_agent",
"name": "Push",
"type": 3,
"api": "csp_Push",
"searchable": 0,
"changeable": 0,
"timeout": 60
} }
], ],
"parses": [ "parses": [
{ {