mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-19 16:40:42 +00:00
17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
||
"name": "weather",
|
||
"name_zh": "天气查询",
|
||
"name_en": "Weather",
|
||
"version": "1.0.0",
|
||
"description": "天气查询插件(基于 wttr.in),支持实时天气和未来预报",
|
||
"author": "HomeAgent",
|
||
"entry": "plugin.so",
|
||
"tags": ["weather", "forecast", "wttr"],
|
||
"targets": "linux/amd64",
|
||
"outdir": "dist",
|
||
"bundle": true,
|
||
"replaces": {},
|
||
"source_dirs": []
|
||
}
|
||
|