mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 05:37:26 +08:00
🍻 publish plugin 天气查询
This commit is contained in:
parent
30a14eb99c
commit
10733e7520
@ -939,5 +939,20 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"is_official": false
|
"is_official": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"module_name": "nonebot_plugin_weather_lite",
|
||||||
|
"project_link": "nonebot-plugin-weather-lite",
|
||||||
|
"name": "天气查询",
|
||||||
|
"desc": "使用wttr.in的在线天气查询。",
|
||||||
|
"author": "zjkwdy",
|
||||||
|
"homepage": "https://github.com/zjkwdy/nonebot_plugin_weather_lite",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "t:天气",
|
||||||
|
"color": "#6ec3d9"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"is_official": false
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user