更新 manifest.json,修改 API URL 为新的地址,并将认证类型更改为 user_http,以支持新的认证方式。

This commit is contained in:
foryoung365 2025-04-29 18:45:17 +08:00
parent 8a51997fae
commit 5905ce7c8d
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ {
"api": { "api": {
"type": "openapi", "type": "openapi",
"url": "https://raw.githubusercontent.com/foryoung365/lobechat-plugin-workers-schnell/main/public/openapi.json", "url": "https://nas.moonflame.top:10301/foryoung365/lobechat-plugin-workers-schnell/raw/branch/main/public/manifest.json",
"is_user_authenticated": false "is_user_authenticated": false
}, },
"auth": { "auth": {
"type": "service_http", "type": "user_http",
"authorization_type": "custom", "authorization_type": "custom",
"custom_auth_header": "X-Api-Key: ${WORKER_API_KEY}" "custom_auth_header": "X-Api-Key: ${WORKER_API_KEY}"
}, },