chore(bilibli): 默认禁用bilibili插件

This commit is contained in:
tt-P607
2025-11-01 17:39:29 +08:00
parent 9ccf27d642
commit 3febf72c26

View File

@@ -191,7 +191,7 @@ class BilibiliPlugin(BasePlugin):
# 插件基本信息 # 插件基本信息
plugin_name: str = "bilibili_video_watcher" plugin_name: str = "bilibili_video_watcher"
enable_plugin: bool = True enable_plugin: bool = False
dependencies: list[str] = [] dependencies: list[str] = []
python_dependencies: list[str] = [] python_dependencies: list[str] = []
config_file_name: str = "config.toml" config_file_name: str = "config.toml"