diff --git a/locales/ask-your-pdf.zh-CN.json b/locales/ask-your-pdf.zh-CN.json index 15b5e3e..841eef0 100644 --- a/locales/ask-your-pdf.zh-CN.json +++ b/locales/ask-your-pdf.zh-CN.json @@ -1,6 +1,6 @@ { "meta": { - "title": "询问您的PDF", + "title": "AskYouPDF", "description": "释放您的PDF的力量!深入您的文档,找到答案,并将信息带到您的指尖。", "tags": ["pdf", "文档"] } diff --git a/plugins/weather-gpt.json b/plugins/weather-gpt.json new file mode 100644 index 0000000..6611280 --- /dev/null +++ b/plugins/weather-gpt.json @@ -0,0 +1,14 @@ +{ + "author": "Steven Tey", + "createdAt": "2023-12-16", + "homepage": "https://github.com/steven-tey/weathergpt", + "identifier": "weather-gpt", + "manifest": "https://weathergpt.vercel.app/.well-known/ai-plugin.json", + "meta": { + "avatar": "https://weathergpt.vercel.app/logo.png", + "tags": ["weather"], + "title": "weather GPT", + "description": "Get current weather information for a specific location." + }, + "schemaVersion": 1 +}