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

This commit is contained in:
tt-P607
2025-11-01 17:42:25 +08:00
committed by Windpicker-owo
parent 5780474a3c
commit ef460f5c74

View File

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