Skip to content

Commit

Permalink
✨ feat: add api field
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 23, 2023
1 parent 526eae8 commit 41306fd
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,32 @@
"type": "string"
}
},
"required": ["city"],
"required": [
"city"
],
"type": "object"
}
},
"openapiSchema": "https://realtime-weather.chat-plugin.lobehub.com/openapi.json",
"api": [
{
"url": "https://realtime-weather.chat-plugin.lobehub.com/api/v1",
"name": "fetchCurrentWeather",
"description": "获取当前天气情况",
"parameters": {
"properties": {
"city": {
"description": "城市名称",
"type": "string"
}
},
"required": [
"city"
],
"type": "object"
}
}
],
"server": {
"url": "https://realtime-weather.chat-plugin.lobehub.com/api/v1"
},
Expand Down

0 comments on commit 41306fd

Please sign in to comment.