From 5905ce7c8db141613731896097fc844aafbd26b0 Mon Sep 17 00:00:00 2001 From: foryoung365 Date: Tue, 29 Apr 2025 18:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20manifest.json=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20API=20URL=20=E4=B8=BA=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=EF=BC=8C=E5=B9=B6=E5=B0=86=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=9B=B4=E6=94=B9=E4=B8=BA=20user=5Fhttp?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E6=94=AF=E6=8C=81=E6=96=B0=E7=9A=84=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E6=96=B9=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index bd8dec2..3ba7dc4 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,11 +1,11 @@ { "api": { "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 }, "auth": { - "type": "service_http", + "type": "user_http", "authorization_type": "custom", "custom_auth_header": "X-Api-Key: ${WORKER_API_KEY}" },