forked from bot/app
✨ 移除测试插件
This commit is contained in:
parent
0c942d9806
commit
287ab63091
@ -1,19 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
"""
|
|
||||||
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
|
|
||||||
|
|
||||||
@Time : 2024/8/19 下午8:57
|
|
||||||
@Author : snowykami
|
|
||||||
@Email : snowykami@outlook.com
|
|
||||||
@File : ts_sm.py
|
|
||||||
@Software: PyCharm
|
|
||||||
"""
|
|
||||||
import asyncio
|
|
||||||
|
|
||||||
from liteyuki.comm.storage import shared_memory
|
|
||||||
from liteyuki import get_bot
|
|
||||||
|
|
||||||
|
|
||||||
@shared_memory.on_subscriber_receive("to_liteyuki")
|
|
||||||
async def _(data):
|
|
||||||
print("主进程接收数据async:", data)
|
|
@ -16,8 +16,8 @@ from liteyuki.message.event import Event
|
|||||||
|
|
||||||
__plugin_meta__ = PluginMetadata(
|
__plugin_meta__ = PluginMetadata(
|
||||||
name="轻雪物流",
|
name="轻雪物流",
|
||||||
description="把消息事件传递给轻雪",
|
description="把消息事件传递给轻雪框架进行处理",
|
||||||
usage="无需使用",
|
usage="用户无需使用",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user