mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-28 05:40:54 +00:00
fix: 插件列表显示错误问题
This commit is contained in:
15
liteyuki/plugins/liteyuki_weather/__init__.py
Normal file
15
liteyuki/plugins/liteyuki_weather/__init__.py
Normal file
@ -0,0 +1,15 @@
|
||||
from nonebot.plugin import PluginMetadata
|
||||
|
||||
__plugin_meta__ = PluginMetadata(
|
||||
name="轻雪天气",
|
||||
description="基于和风天气api的天气插件",
|
||||
usage="",
|
||||
type="application",
|
||||
homepage="https://github.com/snowykami/LiteyukiBot",
|
||||
extra={
|
||||
"liteyuki": True,
|
||||
"toggleable" : True,
|
||||
"default_enable" : True,
|
||||
}
|
||||
)
|
||||
|
0
liteyuki/plugins/liteyuki_weather/data_model.py
Normal file
0
liteyuki/plugins/liteyuki_weather/data_model.py
Normal file
Reference in New Issue
Block a user