更新 manifest.json,移除 API 认证信息,添加 openapi 地址和插件标识符,以简化配置和增强可读性。

This commit is contained in:
foryoung365 2025-04-29 18:59:41 +08:00
parent 1d18d55265
commit 12b53764ea
1 changed files with 3 additions and 10 deletions

View File

@ -1,14 +1,7 @@
{
"api": {
"type": "openapi",
"url": "https://nas.moonflame.top:10301/foryoung365/lobechat-plugin-workers-schnell/raw/branch/main/public/openapi.json",
"is_user_authenticated": false
},
"auth": {
"type": "user_http",
"authorization_type": "custom",
"custom_auth_header": "X-Api-Key: ${WORKER_API_KEY}"
},
"api": [],
"openapi": "https://nas.moonflame.top:10301/foryoung365/lobechat-plugin-workers-schnell/raw/branch/main/public/openapi.json",
"identifier": "ai-image-generator-flux-schnell",
"contact_email": "1758359+foryoung365@users.noreply.github.com",
"description_for_human": "Generate images with Cloudflare Workers AI's flux-1-schnell model",
"description_for_model": "This plugin uses the Cloudflare Workers AI's flux-1-schnell model to generate beautiful images.",