-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
{ | ||
"schemaVersion": 1, | ||
"identifier": "realtimeWeather", | ||
"createAt": "2023-08-12", | ||
"author": "LobeHub", | ||
"createAt": "2023-08-12", | ||
"homepage": "https://github.com/lobehub/chat-plugin-realtime-weather", | ||
"identifier": "realtimeWeather", | ||
"manifest": "https://realtime-weather.chat-plugin.lobehub.com/manifest.json", | ||
"meta": { | ||
"avatar": "🌈", | ||
"tags": [ | ||
"weather", | ||
"realtime" | ||
], | ||
"title": "实时天气预报", | ||
"description": "获取当前天气情况" | ||
"tags": ["weather", "realtime"], | ||
"title": { | ||
"en-US": "Realtime Weather", | ||
"zh-CN": "实时天气" | ||
}, | ||
"description": { | ||
"en-US": "Get realtime weather information", | ||
"zh-CN": "获取当前天气情况" | ||
} | ||
}, | ||
"manifest": "https://realtime-weather.chat-plugin.lobehub.com/manifest.json" | ||
"schemaVersion": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
{ | ||
"schemaVersion": 1, | ||
"identifier": "searchEngine", | ||
"createAt": "2023-08-15", | ||
"author": "LobeHub", | ||
"createAt": "2023-08-15", | ||
"homepage": "https://github.com/lobehub/chat-plugin-search-engine", | ||
"identifier": "searchEngine", | ||
"manifest": "https://search-engine.chat-plugin.lobehub.com/manifest.json", | ||
"meta": { | ||
"avatar": "🔍", | ||
"tags": [ | ||
"web", | ||
"search" | ||
], | ||
"title": "搜索引擎", | ||
"description": "查询搜索引擎获取信息" | ||
"tags": ["web", "search"], | ||
"title": { | ||
"en-US": "Website Crawler", | ||
"zh-CN": "网页内容提取" | ||
}, | ||
"description": { | ||
"en-US": "Extract content from web links", | ||
"zh-CN": "从网页链接中提取内容" | ||
} | ||
}, | ||
"manifest": "https://search-engine.chat-plugin.lobehub.com/manifest.json" | ||
"schemaVersion": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
{ | ||
"schemaVersion": 1, | ||
"identifier": "websiteCrawler", | ||
"createAt": "2023-08-17", | ||
"author": "LobeHub", | ||
"createAt": "2023-08-17", | ||
"homepage": "https://github.com/lobehub/chat-plugin-web-crawler", | ||
"identifier": "websiteCrawler", | ||
"manifest": "https://web-crawler.chat-plugin.lobehub.com/manifest.json", | ||
"meta": { | ||
"avatar": "🕸", | ||
"tags": [ | ||
"web", | ||
"content-crawler" | ||
], | ||
"title": "网页内容提取", | ||
"description": "从网页链接中提取内容" | ||
"tags": ["web", "content-crawler"], | ||
"title": { | ||
"en-US": "Search Engine", | ||
"zh-CN": "搜索引擎" | ||
}, | ||
"description": { | ||
"en-US": "Query search engine to get information", | ||
"zh-CN": "查询搜索引擎获取信息" | ||
} | ||
}, | ||
"manifest": "https://web-crawler.chat-plugin.lobehub.com/manifest.json" | ||
"schemaVersion": 1 | ||
} |