From a588d7f960dbad43a216a17c3f82d638562540d5 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Fri, 7 Apr 2023 13:28:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=83=AD=E9=87=8D=E8=BD=BD=E5=8A=A0?= =?UTF-8?q?=E4=B8=8Atips=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/utils/reloader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/utils/reloader.py b/pkg/utils/reloader.py index 41ba2207..d06821ec 100644 --- a/pkg/utils/reloader.py +++ b/pkg/utils/reloader.py @@ -41,6 +41,7 @@ def reload_all(notify=True): importlib.reload(__import__('config')) importlib.reload(__import__('main')) importlib.reload(__import__('banlist')) + importlib.reload(__import__('tips')) context.context = this_context # 重载插件