mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +08:00
✨ 早晚安被动默认关闭 (#1730)
This commit is contained in:
parent
5899b8cfdb
commit
5e4a414861
@ -20,7 +20,14 @@ __plugin_meta__ = PluginMetadata(
|
||||
author="HibiKier",
|
||||
version="0.1",
|
||||
plugin_type=PluginType.HIDDEN,
|
||||
tasks=[Task(module="morning_goodnight", name="早晚安")],
|
||||
tasks=[
|
||||
Task(
|
||||
module="morning_goodnight",
|
||||
name="早晚安",
|
||||
create_status=False,
|
||||
default_status=False,
|
||||
)
|
||||
],
|
||||
).dict(),
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user