From 58759cde8b1d020a67cc0231adc2f977c4135189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=AE=E5=8F=AE=E5=BD=93?= <604054726@qq.com> Date: Mon, 27 Nov 2023 18:18:26 +0800 Subject: [PATCH] fix --- plugins/workwechatmsg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/workwechatmsg/__init__.py b/plugins/workwechatmsg/__init__.py index 0d0c88d..c072cec 100644 --- a/plugins/workwechatmsg/__init__.py +++ b/plugins/workwechatmsg/__init__.py @@ -26,7 +26,7 @@ class WorkWechatMsg(_PluginBase): # 插件配置项ID前缀 plugin_config_prefix = "workwechatmsg_" # 加载顺序 - plugin_order = 27 + plugin_order = 28 # 可使用的用户级别 auth_level = 1