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 # 重载插件