💥 插件响应优先级调整为0 (#676)

This commit is contained in:
寒空 2025-03-27 17:43:10 +08:00 committed by GitHub
parent 986be6e17b
commit 788762cab6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,8 @@ from .client import GsClient, driver # noqa:E402
from .auto_install import start, install # noqa:E402
from .models import Message, MessageReceive # noqa:E402
get_message = on_message(priority=999)
get_notice = on_notice(priority=999)
get_message = on_message(priority=0)
get_notice = on_notice(priority=0)
get_tn = on('inline')
install_core = on_fullmatch(
'gs一键安装',