Skip to content

Commit

Permalink
✨ feat: add public manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 19, 2023
1 parent e8e2018 commit 18ef0b4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "realtimeWeather",
"schema": {
"description": "获取当前天气情况",
"name": "realtimeWeather",
"parameters": {
"properties": {
"city": {
"description": "城市名称",
"type": "string"
}
},
"required": ["city"],
"type": "object"
}
},
"server": {
"url": "https://realtime-weather.chat-plugin.lobehub.com/api/v1"
}
}

0 comments on commit 18ef0b4

Please sign in to comment.