init weather plugin

This commit is contained in:
2025-06-25 13:55:23 +08:00
committed by wanwenshan
commit a23f0b55b4
9 changed files with 661 additions and 0 deletions

12
plugin.json Normal file
View File

@ -0,0 +1,12 @@
{
"ID": "Wox.Plugin.Weather",
"ActionKeywords": ["weather", "tq"],
"Name": "Weather",
"Description": "查询天气信息 - 使用和风天气API内置API Key",
"Author": "Wox Team",
"Version": "1.2.0",
"Language": "csharp",
"Website": "https://github.com/Wox-launcher/Wox",
"IcoPath": "Images\\logo.png",
"ExecuteFileName": "Wox.Plugin.Weather.dll"
}