Skip to content

Commit 05343b1

Browse files
committed
✨ feat: add api field
1 parent 83eb49e commit 05343b1

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

public/manifest.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,24 @@
1919
},
2020
"server": {
2121
"url": "https://web-crawler.chat-plugin.lobehub.com/api/v1"
22-
}
22+
},
23+
"api": [
24+
{
25+
"name": "getWebsiteContent",
26+
"url": "https://web-crawler.chat-plugin.lobehub.com/api/v1",
27+
"description": "提取网页内容",
28+
"parameters": {
29+
"properties": {
30+
"url": {
31+
"description": "网页链接",
32+
"type": "string"
33+
}
34+
},
35+
"required": [
36+
"url"
37+
],
38+
"type": "object"
39+
}
40+
}
41+
]
2342
}

0 commit comments

Comments
 (0)