close auto load plugin

This commit is contained in:
yhjun1026
2023-06-14 21:28:06 +08:00
parent 1a5052e121
commit f36d8223a3
3 changed files with 9 additions and 3 deletions

View File

@@ -74,6 +74,9 @@ def create_directory_if_not_exists(directory_path: str) -> bool:
def load_native_plugins(cfg: Config):
if not cfg.plugins_auto_load:
print("not auto load_native_plugins")
return
print("load_native_plugins")
### TODO 默认拉主分支,后续拉发布版本
branch_name = cfg.plugins_git_branch